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:
parent
128224d2bb
commit
09d53f083a
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_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
|
Loading…
Add table
Reference in a new issue