mirror of
https://github.com/YunoHost-Apps/ntfy_ynh.git
synced 2024-09-03 19:46:27 +02:00
Fix moar
This commit is contained in:
parent
537acd318b
commit
17b2f85d8e
2 changed files with 2 additions and 0 deletions
|
@ -20,6 +20,7 @@ yunohost service add $app
|
|||
|
||||
ynh_script_progression -m "Adding a command wrapper..." -w 1
|
||||
ynh_add_config -t "ntfy.sh" -d "$install_dir/ntfy.sh"
|
||||
chown $app:$app "$install_dir/ntfy.sh"
|
||||
chmod u+x "$install_dir/ntfy.sh"
|
||||
|
||||
ynh_script_progression -m "Configuring web server..." -w 2
|
||||
|
|
|
@ -23,6 +23,7 @@ yunohost service add $app
|
|||
|
||||
ynh_script_progression -m "Updating simple command wrapper..." -w 1
|
||||
ynh_add_config -t "ntfy.sh" -d "$install_dir/ntfy.sh"
|
||||
chown $app:$app "$install_dir/ntfy.sh"
|
||||
chmod u+x "$install_dir/ntfy.sh"
|
||||
|
||||
ynh_script_progression -m "Upgrading web server configuration..." -w 2
|
||||
|
|
Loading…
Add table
Reference in a new issue