autoupdate: let docker version available

This commit is contained in:
John Doe
2021-04-13 03:56:26 +08:00
parent bfdb61a6dc
commit ce94d2efdb
2 changed files with 2 additions and 1 deletions

View File

@@ -36,7 +36,7 @@ else
fi
set -e
sed -i 's/-slim//' md5sum.txt
sed -i 's/-slim//;s/-with-docker//' md5sum.txt
if [ `md5sum -c md5sum.txt|grep -c "OK"` -eq 0 ]; then
echo -e '\e[91m固件HASH值匹配失败脚本退出\e[0m'
exit 1