1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/rainloop_ynh.git synced 2024-09-03 20:16:18 +02:00

Fix change_url

This commit is contained in:
yalh76 2019-02-11 20:23:18 +01:00
parent 011efb5db0
commit bf207b546f

View file

@ -97,6 +97,10 @@ fi
# ... # ...
#================================================= #=================================================
application_file="$final_path/app/data/_data_/_default_/configs/application.ini"
ynh_replace_string "default_domain = .^" "default_domain = \"$new_domain\"" "$application_file"
ynh_replace_string "$old_domain$old_path" "$new_domain$new_path" "$final_path/index.php"
#================================================= #=================================================
# GENERIC FINALISATION # GENERIC FINALISATION
#================================================= #=================================================