1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/bozon_ynh.git synced 2024-09-03 18:16:09 +02:00
bozon_ynh/scripts/change_url

26 lines
783 B
Text
Raw Normal View History

2017-10-11 21:21:48 +02:00
#!/bin/bash
2020-01-05 19:49:24 +01:00
#=================================================
# GENERIC STARTING
#=================================================
# IMPORT GENERIC HELPERS
#=================================================
2017-10-11 21:21:48 +02:00
source _common.sh
source /usr/share/yunohost/helpers
2020-01-05 19:49:24 +01:00
#=================================================
# STANDARD MODIFICATIONS
#=================================================
# MODIFY URL IN NGINX CONF
#=================================================
2022-07-28 03:39:57 +02:00
ynh_script_progression --message="Updating NGINX web server configuration..." --weight=1
2023-10-03 23:43:58 +02:00
ynh_change_url_nginx_config
2020-01-05 19:49:24 +01:00
#=================================================
# END OF SCRIPT
#=================================================
2022-07-28 03:39:57 +02:00
ynh_script_progression --message="Change of URL completed for $app" --last