From 36968999fc53d38ae862ad917686fff5cb2fd38c Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 8 Aug 2021 10:43:36 +0200 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 4828956..7aaeb12 100644 --- a/scripts/install +++ b/scripts/install @@ -117,7 +117,7 @@ ynh_script_progression --message="Configuring a systemd service..." --weight=1 # Create a dedicated systemd config #ynh_add_systemd_config -$final_path/AdGuardHome --service install -c __FINALPATH__/AdGuardHome.yaml -w __FINALPATH__ -h 127.0.0.1 -p __PORT__ +$final_path/AdGuardHome --service install -c $final_path/AdGuardHome.yaml -w $final_path -h 127.0.0.1 -p $port #================================================= # GENERIC FINALIZATION