mirror of
https://github.com/YunoHost-Apps/dolibarr_ynh.git
synced 2024-09-03 18:35:53 +02:00
Update scripts/change_url
remove reference of src_path Co-Authored-By: Kayou <pierre.moltess@gmail.com>
This commit is contained in:
parent
35816aa783
commit
97dd4a3eec
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ fi
|
||||||
# UPDATE conf file
|
# UPDATE conf file
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
||||||
ynh_replace_string --match_string="$old_domain$old_path" --replace_string="$new_domain$new_path" --target_file="$final_path/conf/conf.php"
|
ynh_replace_string --match_string="$old_domain$old_path" --replace_string="$new_domain$new_path" --target_file="$final_path/htdocs/conf/conf.php"
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# GENERIC FINALISATION
|
# GENERIC FINALISATION
|
||||||
|
|
Loading…
Reference in a new issue