From bd799a2a58f6edf547f4bd667b8750cf3ad3c9b3 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Tue, 23 Feb 2016 17:44:48 +0000 Subject: [PATCH] Permissions --- src/freedombone | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/freedombone b/src/freedombone index 5e51c7da..1f563a4c 100755 --- a/src/freedombone +++ b/src/freedombone @@ -9302,7 +9302,7 @@ function install_hubzilla { echo "\$a->config['system']['directory_mode'] = DIRECTORY_MODE_NORMAL;" >> $HUBZILLA_PATH/.htconfig.php echo "\$a->config['system']['theme'] = 'redbasic';" >> $HUBZILLA_PATH/.htconfig.php chown www-data:www-data $HUBZILLA_PATH/.htconfig.php - chmod +x $HUBZILLA_PATH/.htconfig.php + chmod 755 $HUBZILLA_PATH/.htconfig.php systemctl restart php5-fpm systemctl restart nginx