mirror of https://github.com/tteck/Proxmox.git
Merge pull request #19 from nicedevil007/Alpine-Nextcloud
Update alpine-nextcloud.sh
This commit is contained in:
commit
060097d132
|
@ -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
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Reference in New Issue