diff --git a/scripts/change_url b/scripts/change_url index 28454fe..c8805aa 100644 --- a/scripts/change_url +++ b/scripts/change_url @@ -99,7 +99,7 @@ fi ynh_script_progression --message="Updating a configuration file..." --weight=1 domain=${new_domain%/} -path="/${new_path%/}" +path=${new_path%/} # if [ "$new_path" == "/" ]; then # ynh_replace_string --match_string="\$CFG->wwwroot = .*" --replace_string="\$CFG->wwwroot = \'https:\/\/${new_domain%\/}\';" --target_file="$final_path/config.php"