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:
parent
0f996c696d
commit
0ab3d6a5d7
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue