Permissions

This commit is contained in:
Bob Mottram 2016-02-23 17:44:48 +00:00
parent d0b310f50c
commit bd799a2a58
1 changed files with 1 additions and 1 deletions

View File

@ -9302,7 +9302,7 @@ function install_hubzilla {
echo "\$a->config['system']['directory_mode'] = DIRECTORY_MODE_NORMAL;" >> $HUBZILLA_PATH/.htconfig.php echo "\$a->config['system']['directory_mode'] = DIRECTORY_MODE_NORMAL;" >> $HUBZILLA_PATH/.htconfig.php
echo "\$a->config['system']['theme'] = 'redbasic';" >> $HUBZILLA_PATH/.htconfig.php echo "\$a->config['system']['theme'] = 'redbasic';" >> $HUBZILLA_PATH/.htconfig.php
chown www-data:www-data $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 php5-fpm
systemctl restart nginx systemctl restart nginx