summarylogtreecommitdiffstats
path: root/set-nc-perms.sh
diff options
context:
space:
mode:
Diffstat (limited to 'set-nc-perms.sh')
-rwxr-xr-xset-nc-perms.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/set-nc-perms.sh b/set-nc-perms.sh
index b2b10efe318a..19ddef43466f 100755
--- a/set-nc-perms.sh
+++ b/set-nc-perms.sh
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
-# from https://doc.owncloud.org/server/9.0/admin_manual/installation/installation_wizard.html#strong-perms-label
+# from https://docs.nextcloud.org/server/9/admin_manual/installation/installation_wizard.html#strong-perms-label
# run with the argument "runtime" to set the proper runtime permissions
# run with the argument "upgrade" to set the proper upgrade permissions
@@ -27,7 +27,7 @@ runtime() {
chown -R ${htuser}:${htgroup} ${ncpath}/themes/
chown -R ${htuser}:${htgroup} ${ncpath}/updater/
- chmod +x ${ncpath}/ncc
+ chmod +x ${ncpath}/occ
printf "chmod/chown .htaccess\n"
if [ -f ${ncpath}/.htaccess ]