change_url 619 B

123456789101112131415161718192021
  1. #!/bin/bash
  2. #=================================================
  3. # IMPORT GENERIC HELPERS
  4. #=================================================
  5. source _common.sh
  6. source /usr/share/yunohost/helpers
  7. #=================================================
  8. # MODIFY URL IN NGINX CONF
  9. #=================================================
  10. ynh_script_progression --message="Updating NGINX web server configuration..."
  11. ynh_change_url_nginx_config
  12. #=================================================
  13. # END OF SCRIPT
  14. #=================================================
  15. ynh_script_progression --message="Change of URL completed for $app"