mirror of
https://github.com/YunoHost-Apps/mattermost_ynh.git
synced 2024-09-03 19:36:29 +02:00
restore: improve comments
This commit is contained in:
parent
faa51975af
commit
f6bef01487
1 changed files with 6 additions and 1 deletions
|
@ -105,8 +105,13 @@ ynh_restore_file "/etc/supervisor/conf.d/$app.conf"
|
||||||
#=================================================
|
#=================================================
|
||||||
# GENERIC FINALIZATION
|
# GENERIC FINALIZATION
|
||||||
#=================================================
|
#=================================================
|
||||||
# RELOAD NGINX AND START THE APP
|
# RELOAD NGINX
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
||||||
sudo service nginx reload
|
sudo service nginx reload
|
||||||
|
|
||||||
|
#=================================================
|
||||||
|
# START SERVER
|
||||||
|
#=================================================
|
||||||
|
|
||||||
sudo supervisorctl reload
|
sudo supervisorctl reload
|
||||||
|
|
Loading…
Add table
Reference in a new issue