1
0
Fork 0
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:
Alexander Wühr 2023-02-24 15:14:54 +01:00
parent 6a0deb078c
commit df01e35d5a
No known key found for this signature in database
2 changed files with 1 additions and 4 deletions

View file

@ -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

View file

@ -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