Update INSTALL.sh

This commit is contained in:
Stefan Pejcic 2024-05-30 21:57:03 +02:00 committed by GitHub
parent b3e03a108e
commit 875d144e5c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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
} }