1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ntfy_ynh.git synced 2024-09-03 19:46:27 +02:00

Fix evan more permission issues

This commit is contained in:
Alexander Wühr 2023-02-24 15:22:22 +01:00
parent db7218572e
commit a514310cdf
No known key found for this signature in database
3 changed files with 3 additions and 0 deletions

View file

@ -6,6 +6,7 @@
setup_nourl=0
setup_private=0
upgrade=1
upgrade=1 from_commit=2.0.1-ynh1
upgrade=1 from_commit=2.0.0-ynh1
upgrade=1 from_commit=1.31.0-ynh1
# 1.30.1~ynh1

View file

@ -14,6 +14,7 @@ ynh_add_config -t "server.yml" -d "$install_dir/server.yml"
ynh_script_progression -m "Adding a command wrapper..." -w 1
ynh_add_config -t "ntfy.sh" -d "$install_dir/ntfy.sh"
chmod u+x "$install_dir/ntfy.sh"
ynh_script_progression -m "Configuring systemd service..." -w 1
ynh_add_systemd_config

View file

@ -20,6 +20,7 @@ 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"
chmod u+x "$install_dir/ntfy.sh"
ynh_script_progression -m "Upgrading systemd configuration..." -w 1
ynh_add_systemd_config