Permissions
This commit is contained in:
parent
d0b310f50c
commit
bd799a2a58
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue