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:
parent
0ab3d6a5d7
commit
efe2ed50ee
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
sudo $final_path/bin/grav install
|
$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
|
||||||
|
|
Loading…
Reference in a new issue