This commit is contained in:
qiaofeng1227 2024-10-23 15:18:21 +08:00
parent f32fcc4d05
commit efb9e2fa68

View file

@ -296,7 +296,7 @@ download_source_and_checkimage() {
exit 1 exit 1
fi fi
bash /tmp/$source_zip/install/install_docker.sh bash /tmp/$source_unzip/install/install_docker.sh
if [ $? -ne 0 ]; then if [ $? -ne 0 ]; then
echo "install_docker failed with error $?. Exiting." echo "install_docker failed with error $?. Exiting."
exit 1 exit 1