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

23 lines
694 B
Text
Raw Permalink Normal View History

2020-11-05 22:30:55 +01:00
#!/bin/bash
#=================================================
# GENERIC STARTING
#=================================================
# IMPORT GENERIC HELPERS
#=================================================
source /usr/share/yunohost/helpers
#=================================================
# MODIFY URL IN NGINX CONF
#=================================================
ynh_script_progression --message="Updating NGINX web server configuration..." --weight=3
2023-05-19 11:46:54 +02:00
ynh_change_url_nginx_config
2020-11-05 22:30:55 +01:00
#=================================================
# END OF SCRIPT
#=================================================
2020-11-05 22:42:06 +01:00
ynh_script_progression --message="Change of URL completed for Encryptic" --last