2020-11-05 20:59:46 +01:00
|
|
|
#!/bin/bash
|
|
|
|
|
|
|
|
#=================================================
|
2020-11-05 21:05:02 +01:00
|
|
|
# GENERIC STARTING
|
2020-11-05 20:59:46 +01:00
|
|
|
#=================================================
|
|
|
|
# IMPORT GENERIC HELPERS
|
|
|
|
#=================================================
|
|
|
|
|
|
|
|
source /usr/share/yunohost/helpers
|
|
|
|
|
|
|
|
#=================================================
|
2020-11-05 21:05:02 +01:00
|
|
|
# MODIFY URL IN NGINX CONF
|
2020-11-05 20:59:46 +01:00
|
|
|
#=================================================
|
2020-11-05 21:05:02 +01:00
|
|
|
ynh_script_progression --message="Updating NGINX web server configuration..." --weight=3
|
2020-11-05 20:59:46 +01:00
|
|
|
|
2023-11-10 12:48:25 +01:00
|
|
|
ynh_change_url_nginx_config
|
2020-11-05 20:59:46 +01:00
|
|
|
|
|
|
|
#=================================================
|
|
|
|
# END OF SCRIPT
|
|
|
|
#=================================================
|
|
|
|
|
2020-11-05 21:05:02 +01:00
|
|
|
ynh_script_progression --message="Change of URL completed for Laverna" --last
|