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:
parent
db7218572e
commit
a514310cdf
3 changed files with 3 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
||||||
setup_nourl=0
|
setup_nourl=0
|
||||||
setup_private=0
|
setup_private=0
|
||||||
upgrade=1
|
upgrade=1
|
||||||
|
upgrade=1 from_commit=2.0.1-ynh1
|
||||||
upgrade=1 from_commit=2.0.0-ynh1
|
upgrade=1 from_commit=2.0.0-ynh1
|
||||||
upgrade=1 from_commit=1.31.0-ynh1
|
upgrade=1 from_commit=1.31.0-ynh1
|
||||||
# 1.30.1~ynh1
|
# 1.30.1~ynh1
|
||||||
|
|
|
@ -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_script_progression -m "Adding a command wrapper..." -w 1
|
||||||
ynh_add_config -t "ntfy.sh" -d "$install_dir/ntfy.sh"
|
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_script_progression -m "Configuring systemd service..." -w 1
|
||||||
ynh_add_systemd_config
|
ynh_add_systemd_config
|
||||||
|
|
|
@ -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_script_progression -m "Updating simple command wrapper..." -w 1
|
||||||
ynh_add_config -t "ntfy.sh" -d "$install_dir/ntfy.sh"
|
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_script_progression -m "Upgrading systemd configuration..." -w 1
|
||||||
ynh_add_systemd_config
|
ynh_add_systemd_config
|
||||||
|
|
Loading…
Add table
Reference in a new issue