change_url 783 B

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