Browse Source

Permissions

Bob Mottram 9 years ago
parent
commit
bd799a2a58
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/freedombone

+ 1
- 1
src/freedombone View File

@@ -9302,7 +9302,7 @@ function install_hubzilla {
9302 9302
     echo "\$a->config['system']['directory_mode']  = DIRECTORY_MODE_NORMAL;" >> $HUBZILLA_PATH/.htconfig.php
9303 9303
     echo "\$a->config['system']['theme'] = 'redbasic';" >> $HUBZILLA_PATH/.htconfig.php
9304 9304
     chown www-data:www-data $HUBZILLA_PATH/.htconfig.php
9305
-    chmod +x $HUBZILLA_PATH/.htconfig.php
9305
+    chmod 755 $HUBZILLA_PATH/.htconfig.php
9306 9306
 
9307 9307
     systemctl restart php5-fpm
9308 9308
     systemctl restart nginx