aboutsummaryrefslogtreecommitdiffstats
path: root/community/nextcloud/nextcloud-initscript.post-install
diff options
context:
space:
mode:
Diffstat (limited to 'community/nextcloud/nextcloud-initscript.post-install')
-rw-r--r--community/nextcloud/nextcloud-initscript.post-install6
1 files changed, 5 insertions, 1 deletions
diff --git a/community/nextcloud/nextcloud-initscript.post-install b/community/nextcloud/nextcloud-initscript.post-install
index 7759e65fa06..805d7a4aa83 100644
--- a/community/nextcloud/nextcloud-initscript.post-install
+++ b/community/nextcloud/nextcloud-initscript.post-install
@@ -13,11 +13,15 @@ chgrp root /etc/nextcloud/config.php
# This must be writable (only) by nextcloud user.
chmod 750 /var/log/nextcloud
+mkdir /var/tmp/nextcloud # If /var/tmp doesn't exist there's a big problem
+chown nextcloud /var/tmp/nextcloud
+chmod 700 /var/tmp/nextcloud
+
cat <<EOF
*
* Point your web server to /run/nextcloud/fastcgi.sock and start Nextcloud with
* /etc/init.d/nextcloud start. You can modify php-fpm settings in
-* /etc/php7/fpm.d/nextcloud.conf.
+* /etc/php82/fpm.d/nextcloud.conf.
*
EOF