1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/h5ai_ynh.git synced 2024-09-03 20:36:25 +02:00
h5ai_ynh/scripts/change_url

23 lines
689 B
Text
Raw Normal View History

2020-12-03 08:26:41 +01:00
#!/bin/bash
#=================================================
# GENERIC STARTING
#=================================================
# IMPORT GENERIC HELPERS
#=================================================
source /usr/share/yunohost/helpers
#=================================================
# MODIFY URL IN NGINX CONF
#=================================================
2022-04-04 20:21:11 +02:00
ynh_script_progression --message="Updating NGINX web server configuration..." --weight=3
2020-12-03 08:26:41 +01:00
2023-02-26 09:51:43 +01:00
ynh_change_url_nginx_config
2020-12-03 08:26:41 +01:00
#=================================================
# END OF SCRIPT
#=================================================
2022-04-04 20:12:41 +02:00
ynh_script_progression --message="Change of URL completed for $app" --last