1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/grav_ynh.git synced 2024-09-03 19:16:01 +02:00

Add .dependencies + bug install script

This commit is contained in:
magikcypress 2015-11-11 18:35:45 +01:00
parent 0ab3d6a5d7
commit efe2ed50ee

View file

@ -43,7 +43,7 @@ finalphpconf=/etc/php5/fpm/pool.d/grav.conf
sudo cp ../conf/php-fpm.conf $finalphpconf
sudo chown root: $finalphpconf
sudo chmod 644 $finalphpconf
sudo $final_path/bin/grav install
$final_path/bin/grav install
# Reload Nginx and regenerate SSOwat conf
sudo service php5-fpm restart