From 4b780131dc13ecba0882c2a754cb8443b7b5a6e8 Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Thu, 28 Dec 2023 00:11:48 +0100 Subject: [PATCH] debug --- scripts/install | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/install b/scripts/install index c8cd330..3d2cb9d 100644 --- a/scripts/install +++ b/scripts/install @@ -118,3 +118,6 @@ ynh_systemd_action --service_name="$app" --action="restart" --log_path=systemd #================================================= ynh_script_progression --message="Installation of $app completed" --last + +# temporarily cat the AGH config for debug purposes +cat "$install_dir/AdGuardHome.yaml"