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

24 lines
673 B
Text
Raw Permalink Normal View History

2020-05-10 11:02:05 +02:00
#!/bin/bash
source /usr/share/yunohost/helpers
#=================================================
# MODIFY URL IN NGINX CONF
#=================================================
ynh_script_progression "Updating NGINX web server configuration..."
2020-05-10 11:02:05 +02:00
ynh_config_change_url_nginx
2020-05-10 11:02:05 +02:00
#=================================================
# RELOAD NGINX
#=================================================
ynh_script_progression "Reloading NGINX web server..."
2020-05-10 11:02:05 +02:00
ynh_systemctl --service=nginx --action=reload
2020-05-10 11:02:05 +02:00
#=================================================
# END OF SCRIPT
#=================================================
ynh_script_progression "Change of URL completed for $app"