1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/kresus_ynh.git synced 2024-09-03 19:36:10 +02:00

Fix duplicate service start

This commit is contained in:
Nicolas Frandeboeuf 2020-12-15 16:01:06 +01:00 committed by Nicolas Frandeboeuf
parent 101ccda313
commit 35e4c88390

View file

@ -217,7 +217,6 @@ ynh_systemd_action --service_name=$app --action="start"
#=================================================
ynh_script_progression --message="Reloading nginx"
service "$app" start
service nginx reload
#=================================================