summarylogtreecommitdiffstats
path: root/set-nc-perms.sh
diff options
context:
space:
mode:
authorGrey Christoforo2016-06-14 19:48:36 +0100
committerGrey Christoforo2016-06-14 19:48:36 +0100
commit8620298aa008446d1d39d811796cfc38ede99eb0 (patch)
tree14064dd1f83dbf2bf5db8bc152f975482a14f456 /set-nc-perms.sh
parentb3755c0d5812c9a8def9a53d0d8949f0fcca80f8 (diff)
downloadaur-8620298aa008446d1d39d811796cfc38ede99eb0.tar.gz
initial nextcloud release
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 ]