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

26 lines
783 B
Text
Raw Permalink Normal View History

2017-07-26 09:39:09 +02:00
#!/bin/bash
2018-06-27 17:21:59 +02:00
#=================================================
# GENERIC STARTING
#=================================================
# IMPORT GENERIC HELPERS
#=================================================
source _common.sh
2017-07-26 09:39:09 +02:00
source /usr/share/yunohost/helpers
2018-06-27 17:21:59 +02:00
#=================================================
2017-07-26 09:39:09 +02:00
# STANDARD MODIFICATIONS
2018-06-27 17:21:59 +02:00
#=================================================
2017-07-26 09:39:09 +02:00
# MODIFY URL IN NGINX CONF
2018-06-27 17:21:59 +02:00
#=================================================
2020-10-12 20:47:58 +02:00
ynh_script_progression --message="Updating NGINX web server configuration..." --weight=3
2018-06-27 17:21:59 +02:00
ynh_change_url_nginx_config
2020-04-26 00:47:07 +02:00
#=================================================
# END OF SCRIPT
#=================================================
2018-06-27 17:21:59 +02:00
ynh_script_progression --message="Change of URL completed for $app" --last