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:
parent
4b25e8fc5e
commit
c23f8e2f0d
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ then
|
|||
# Set global variables for nginx helper
|
||||
domain="$old_domain"
|
||||
path_url="$new_path"
|
||||
if [ "$new_path" == "/"]
|
||||
if [ "$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"
|
||||
else
|
||||
|
|
Loading…
Add table
Reference in a new issue