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

Move file + sudo for Grav install

This commit is contained in:
magikcypress 2015-11-11 18:57:14 +01:00
parent 407d2e21b1
commit ef117d9fee
2 changed files with 1 additions and 1 deletions

View file

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