mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
Update INSTALL.sh
This commit is contained in:
parent
b3e03a108e
commit
875d144e5c
@ -1057,9 +1057,11 @@ download_and_import_docker_images() {
|
|||||||
echo "Downloading docker images in the background.."
|
echo "Downloading docker images in the background.."
|
||||||
|
|
||||||
if [ "$SKIP_IMAGES" = false ]; then
|
if [ "$SKIP_IMAGES" = false ]; then
|
||||||
opencli docker-update_images &
|
opencli docker-update_images
|
||||||
pid1=$!
|
# stopped working on 0.1.8 :(
|
||||||
disown $pid1
|
# opencli docker-update_images &
|
||||||
|
# pid1=$!
|
||||||
|
# disown $pid1
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user