Update UPDATE.sh

This commit is contained in:
Stefan Pejcic 2024-08-21 11:50:23 +02:00 committed by GitHub
parent 0c103eb9a5
commit 068c8ed928
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -325,11 +325,6 @@ nginx_change_in(){
DOCKER_USERS=$(opencli user-list --json | jq -r '.[].username') DOCKER_USERS=$(opencli user-list --json | jq -r '.[].username')
# 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
# Loop kroz Docker usere i pokreni skript # Loop kroz Docker usere i pokreni skript
for USERNAME in $DOCKER_USERS; do for USERNAME in $DOCKER_USERS; do
# Run the user-specific script # Run the user-specific script