From 4ab7265e899e61b9a8398b3674c246384c2d9c77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Tue, 30 Jun 2020 23:13:46 +0200 Subject: [PATCH] Add missing variable in change_url --- scripts/change_url | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/change_url b/scripts/change_url index 96c62e8..2104b54 100644 --- a/scripts/change_url +++ b/scripts/change_url @@ -128,6 +128,7 @@ chown -R root: "$final_path" ynh_script_progression --message="Configuring the systemd service..." --weight=1 domain="$new_domain" +path_url="$new_path" # Create a dedicated systemd config ynh_backup_if_checksum_is_different --file="/etc/systemd/system/$app.service"