From a4f6fd68055456b341ef82dc76828305f5bfdc04 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 8 Aug 2021 10:46:19 +0200 Subject: [PATCH] fix --- scripts/install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index 7aaeb12..ff6ce28 100644 --- a/scripts/install +++ b/scripts/install @@ -116,8 +116,8 @@ chown -R $app:$app "$final_path/AdGuardHome.yaml" 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 $final_path/AdGuardHome.yaml -w $final_path -h 127.0.0.1 -p $port +ynh_add_systemd_config +#$final_path/AdGuardHome --service install -c $final_path/AdGuardHome.yaml -w $final_path -h 127.0.0.1 -p $port #================================================= # GENERIC FINALIZATION