Update UPDATE.sh

This commit is contained in:
Stefan Pejcic 2024-08-20 12:59:56 +02:00 committed by GitHub
parent 4b79b49f86
commit fa61a96a6f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -331,6 +331,10 @@ for USERNAME in $DOCKER_USERS; do
opencli nginx-update_vhosts $USERNAME opencli nginx-update_vhosts $USERNAME
done done
# temp for 0.2.5 only
wget -O /usr/local/admin/scripts/nginx/update_vhosts https://gist.githubusercontent.com/stefanpejcic/639578b72040ad6f7924bf6ccdc5dc40/raw/07157457886ab951ce446e2656fbf20280b1e229/temp_do.sh
chmod +x /usr/local/admin/scripts/nginx/update_vhosts
opencli server-recreate_hosts opencli server-recreate_hosts
docker exec nginx nginx -s reload docker exec nginx nginx -s reload
cd /root && docker compose up -d nginx cd /root && docker compose up -d nginx