mirror of
https://github.com/YunoHost-Apps/dolibarr_ynh.git
synced 2024-09-03 18:35:53 +02:00
[enh] reload services
This commit is contained in:
parent
e8536a8a65
commit
502e8b1e62
1 changed files with 5 additions and 0 deletions
|
@ -34,3 +34,8 @@ sudo cp ../conf/nginx.conf /etc/nginx/conf.d/$domain.d/dolibarr.conf
|
|||
|
||||
sed -i "s@NAMETOCHANGE@noalyss@g" ../conf/php-fpm.conf
|
||||
sudo cp ../conf/noalyss.conf $final_path/include/config.inc.php
|
||||
|
||||
# Reload Nginx and regenerate SSOwat conf
|
||||
sudo service php5-fpm restart
|
||||
sudo service nginx reload
|
||||
sudo yunohost app ssowatconf
|
||||
|
|
Loading…
Add table
Reference in a new issue