Update UPDATE.sh

This commit is contained in:
Stefan Pejcic
2024-07-16 18:15:04 +02:00
committed by GitHub
parent a34cd10b06
commit 859d81a328

View File

@@ -293,7 +293,8 @@ download_new_panel() {
mkdir -p $OPENPANEL_DIR
echo "Downloading latest OpenPanel image from https://hub.docker.com/r/openpanel/openpanel"
echo ""
nohup sh -c "echo openpanel/openpanel:latest | xargs -P4 -n1 docker pull" </dev/null >nohup.out 2>nohup.err &
#nohup sh -c "echo openpanel/openpanel:latest | xargs -P4 -n1 docker pull" </dev/null >nohup.out 2>nohup.err &
docker pull openpanel/openpanel
}
set_system_cronjob(){