mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-21 15:10:22 +00:00
docker
This commit is contained in:
parent
f32fcc4d05
commit
efb9e2fa68
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue