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

26 lines
783 B
Text
Raw Normal View History

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