1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/noalyss_ynh.git synced 2024-09-03 19:46:20 +02:00

[mod] actually need to reload stuff at the end

This commit is contained in:
Laurent Peuch 2015-09-27 01:47:25 +02:00
parent a4dfaae583
commit 2baec12c25

View file

@ -23,10 +23,6 @@ sudo chown -R www-data: $final_path
sudo yunohost app setting noalyss version -v "6.9.0.0"
# Reload Nginx and regenerate SSOwat conf
sudo service nginx reload
sudo yunohost app ssowatconf
if [[ "$path" == "" ]]; then
sed -i "s@LOCATIONTOCHANGE@/@g" ../conf/nginx.conf
else
@ -42,3 +38,7 @@ finalphpconf=/etc/php5/fpm/pool.d/noalyss.conf
sudo cp ../conf/php-fpm.conf $finalphpconf
sudo chown root: $finalphpconf
sudo chmod 644 $finalphpconf
# Reload Nginx and regenerate SSOwat conf
sudo service nginx reload
sudo yunohost app ssowatconf