Merge pull request #19 from nicedevil007/Alpine-Nextcloud

Update alpine-nextcloud.sh
pull/1850/head
nicedevil007 2 years ago committed by GitHub
commit 060097d132
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      ct/alpine-nextcloud.sh

@ -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 db:add-missing-indices'
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
exit
;;

Loading…
Cancel
Save