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

16 lines
452 B
Text
Raw Normal View History

2022-11-02 10:16:52 +01:00
#!/bin/bash
source _common.sh
source /usr/share/yunohost/helpers
ynh_script_progression --message="Updating systemd service..." --weight=1
ynh_add_systemd_config
2022-11-02 10:16:52 +01:00
ynh_script_progression --message="Updating webserver configuration..." --weight=1
ynh_change_url_nginx_config
2022-11-02 10:16:52 +01:00
ynh_script_progression --message="Restarting systemd service..." --weight=1
ynh_systemd_action --action=restart
2022-11-02 10:16:52 +01:00
ynh_script_progression --message="URL change completed" --last