1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ntfy_ynh.git synced 2024-09-03 19:46:27 +02:00
This commit is contained in:
Alexander Wühr 2023-02-24 15:45:36 +01:00
parent 537acd318b
commit 17b2f85d8e
No known key found for this signature in database
2 changed files with 2 additions and 0 deletions

View file

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

View file

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