1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pepettes_ynh.git synced 2024-09-03 19:56:35 +02:00

Update restore

This commit is contained in:
Éric Gaspar 2024-01-12 23:33:25 +01:00
parent b934068e6d
commit c6fb8fea6b

View file

@ -64,7 +64,7 @@ yunohost service add $app --description="Simple donation form" --log="/var/log/$
#=================================================
ynh_script_progression --message="Reloading NGINX web server and $app's service..." --weight=1
ynh_systemd_action --service_name=$app --action="start" --log_path="systemd" --line_match="Started"
ynh_systemd_action --service_name=$app --action="start" --log_path="systemd"
ynh_systemd_action --service_name=nginx --action=reload