mirror of
https://github.com/YunoHost-Apps/ntfy_ynh.git
synced 2024-09-03 19:46:27 +02:00
Fix another helper invocation error
This commit is contained in:
parent
6a0deb078c
commit
df01e35d5a
2 changed files with 1 additions and 4 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 -s nginx -a reload
|
||||
ynh_systemd_action -a reload -n nginx
|
||||
|
||||
ynh_script_progression -m "Restoration completed" -l
|
|
@ -21,9 +21,6 @@ ynh_add_config -t "server.yml" -d "$install_dir/server.yml"
|
|||
ynh_script_progression -m "Updating simple command wrapper..." -w 1
|
||||
ynh_add_config -t "ntfy.sh" -d "$install_dir/ntfy.sh"
|
||||
|
||||
ynh_script_progression -m "Fixing file permissions..." -w 1
|
||||
ntfy_fix_permissions
|
||||
|
||||
ynh_script_progression -m "Upgrading systemd configuration..." -w 1
|
||||
ynh_add_systemd_config
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue