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

Incorrect install grav

This commit is contained in:
magikcypress 2015-11-11 18:30:09 +01:00
parent 0f996c696d
commit 0ab3d6a5d7

View file

@ -43,8 +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 cd $final_path
sudo bin/grav install
sudo $final_path/bin/grav install
# Reload Nginx and regenerate SSOwat conf
sudo service php5-fpm restart