1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/garradin_ynh.git synced 2024-09-03 18:36:17 +02:00

try to debug change_url script

This commit is contained in:
Robles Rodolphe 2020-04-09 18:01:44 +02:00
parent c5ad3437a9
commit a361f4c846

View file

@ -73,6 +73,7 @@ then
fi fi
if [ $change_path -eq 1 ] && [ "$new_path" != "/" ] if [ $change_path -eq 1 ] && [ "$new_path" != "/" ]
then
ynh_replace_string --match_string="const WWW_URI = '$old_path/';" --replace_string="const WWW_URI = '$new_path/';" --target_file="$final_path/config.local.php" ynh_replace_string --match_string="const WWW_URI = '$old_path/';" --replace_string="const WWW_URI = '$new_path/';" --target_file="$final_path/config.local.php"
fi fi