1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/opensondage_ynh.git synced 2024-09-03 19:46:28 +02:00

Update change_url

This commit is contained in:
Éric Gaspar 2024-02-29 18:48:47 +01:00
parent 7eb9c54f62
commit eb2ccac450

View file

@ -23,7 +23,7 @@ ynh_change_url_nginx_config
#================================================= #=================================================
# UPDATE OPENSONDAGE CONFIGURATION # UPDATE OPENSONDAGE CONFIGURATION
#================================================= #=================================================
ynh_script_progression --message="Reconfiguring $app..." ynh_script_progression --message="Reconfiguring $app..." --weight=2
ynh_replace_string --match_string="const APP_URL = '$old_domain';" --replace_string="const APP_URL = '$new_domain';" --target_file="$install_dir/app/inc/config.php" ynh_replace_string --match_string="const APP_URL = '$old_domain';" --replace_string="const APP_URL = '$new_domain';" --target_file="$install_dir/app/inc/config.php"