diff --git a/doc/screenshots/fiche_adherent.png b/doc/screenshots/01_fiche_adherent.png similarity index 100% rename from doc/screenshots/fiche_adherent.png rename to doc/screenshots/01_fiche_adherent.png diff --git a/doc/screenshots/situation_coporprietaire.png b/doc/screenshots/02_situation_coporprietaire.png similarity index 100% rename from doc/screenshots/situation_coporprietaire.png rename to doc/screenshots/02_situation_coporprietaire.png diff --git a/doc/screenshots/bilan_comptable.png b/doc/screenshots/03_bilan_comptable.png similarity index 100% rename from doc/screenshots/bilan_comptable.png rename to doc/screenshots/03_bilan_comptable.png diff --git a/scripts/restore b/scripts/restore index 822599e..af2426c 100644 --- a/scripts/restore +++ b/scripts/restore @@ -56,8 +56,10 @@ check_params #================================================= ynh_script_progression --message="Reloading NGINX web server and $app's service..." --weight=1 +yunohost service add ${app} --log="/var/log/${app}/${app}.log" + # Typically you only have either $app or php-fpm but not both at the same time... -ynh_systemd_action --service_name=$app --action="start" --log_path="/var/log/$app/$app.log" +ynh_systemd_action --service_name=${app} --action="start" --log="/var/log/${app}/${app}.log" ynh_systemd_action --service_name=nginx --action=reload