1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ntfy_ynh.git synced 2024-09-03 19:46:27 +02:00

Fix nginx restart cmd in restore script - again!

This commit is contained in:
Alexander Wühr 2023-02-24 19:01:42 +01:00
parent 128224d2bb
commit 09d53f083a
No known key found for this signature in database

View file

@ -20,6 +20,6 @@ ynh_script_progression -m "Starting a systemd service..." -w 1
ynh_systemd_action -a start ynh_systemd_action -a start
ynh_script_progression -m "Reloading the web server..." -w 1 ynh_script_progression -m "Reloading the web server..." -w 1
ynh_systemd_action --service-name=nginx --action restart ynh_systemd_action --service-name=nginx --action=restart
ynh_script_progression -m "Restoration completed" -l ynh_script_progression -m "Restoration completed" -l