Update alpine-nextcloud.sh

This commit is contained in:
nicedevil007 2023-09-28 17:12:53 +02:00
parent a356f6a3c4
commit dc8e16bb27
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ function update_script() {
su nextcloud -s /bin/sh -c 'php82 /usr/share/webapps/nextcloud/occ upgrade' su nextcloud -s /bin/sh -c 'php82 /usr/share/webapps/nextcloud/occ upgrade'
su nextcloud -s /bin/sh -c 'php82 /usr/share/webapps/nextcloud/occ db:add-missing-indices' su nextcloud -s /bin/sh -c 'php82 /usr/share/webapps/nextcloud/occ db:add-missing-indices'
else else
msg_error "${APP} not initialized for the first time, go to the WebUI first." msg_error "${APP} not initialized, go to the WebUI and run the Setup-Wizard first.\n"
fi fi
exit exit
;; ;;