1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/prowlarr_ynh.git synced 2024-09-03 20:16:07 +02:00

Fix change_url

This commit is contained in:
tituspijean 2021-09-30 11:44:55 +02:00 committed by GitHub
parent 3f6b8c2cf5
commit 09aa97df66
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -88,8 +88,12 @@ 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_url="$old_path"
path="$old_path"
fi
# Change the domain for NGINX
@ -121,7 +125,7 @@ chown $app "$final_path/.data/config.xml"
#=================================================
ynh_script_progression --message="Starting a systemd service..." --time --weight=1
ynh_systemd_action --service_name=$app --action="start" --log_path="systemd" --line_match="Starting Web Server"
ynh_systemd_action --service_name=$app --action="start" --log_path="systemd" --line_match="Application started"
#=================================================
# RELOAD NGINX