From f6bef01487bf815e746af0f269b4c3d6726fa308 Mon Sep 17 00:00:00 2001 From: Pierre de La Morinerie Date: Thu, 12 Oct 2017 11:38:53 +0530 Subject: [PATCH] restore: improve comments --- scripts/restore | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/scripts/restore b/scripts/restore index 870d6f7..fc9c88b 100644 --- a/scripts/restore +++ b/scripts/restore @@ -105,8 +105,13 @@ ynh_restore_file "/etc/supervisor/conf.d/$app.conf" #================================================= # GENERIC FINALIZATION #================================================= -# RELOAD NGINX AND START THE APP +# RELOAD NGINX #================================================= sudo service nginx reload + +#================================================= +# START SERVER +#================================================= + sudo supervisorctl reload