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:
parent
d282ab8d9d
commit
128224d2bb
1 changed files with 1 additions and 1 deletions
|
@ -20,6 +20,6 @@ ynh_script_progression -m "Starting a systemd service..." -w 1
|
|||
ynh_systemd_action -a start
|
||||
|
||||
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
|
Loading…
Add table
Reference in a new issue