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 and once again

This commit is contained in:
Alexander Wühr 2023-02-24 18:58:25 +01:00
parent d282ab8d9d
commit 128224d2bb
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 -n nginx -a restart ynh_systemd_action --service-name=nginx --action restart
ynh_script_progression -m "Restoration completed" -l ynh_script_progression -m "Restoration completed" -l