1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/chatonsinfos_ynh.git synced 2024-09-03 18:15:58 +02:00
chatonsinfos_ynh/hooks/post_app_change_url

6 lines
224 B
Text
Raw Normal View History

2023-08-08 10:25:41 +02:00
#!/bin/bash
source /usr/share/yunohost/helpers
2023-08-24 17:03:22 +02:00
2023-08-08 10:25:41 +02:00
ynh_write_var_in_file --file="/var/www/chatonsinfo/public/${YNH_APP_INSTANCE_NAME}.properties" --key="service.website" --value="https://$YNH_APP_NEW_DOMAIN/$YNH_APP_NEW_PATH"