mirror of
https://github.com/YunoHost-Apps/radarr_ynh.git
synced 2024-09-03 20:16:13 +02:00
Fix change_url
This commit is contained in:
parent
6bb6e3e172
commit
c2cfaf9c70
1 changed files with 3 additions and 0 deletions
|
@ -89,8 +89,11 @@ then
|
|||
# Set global variables for NGINX helper
|
||||
domain="$old_domain"
|
||||
path_url="$new_path"
|
||||
path="$new_path"
|
||||
# Create a dedicated NGINX config
|
||||
ynh_add_nginx_config
|
||||
else
|
||||
path="$old_path"
|
||||
fi
|
||||
|
||||
# Change the domain for NGINX
|
||||
|
|
Loading…
Add table
Reference in a new issue