1
0
Fork 0
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:
mastereur 2019-06-29 10:41:04 +02:00 committed by GitHub
parent 35816aa783
commit 97dd4a3eec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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