From a9e36a82ec6cbefa5651e43be954f6da4987fb8c Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Thu, 28 Dec 2023 00:43:30 +0100 Subject: [PATCH] debug --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 3d2cb9d..4bca14c 100644 --- a/scripts/install +++ b/scripts/install @@ -120,4 +120,4 @@ 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" +ynh_print_info --message="$(head -n 30 /var/www/adguardhome/AdGuardHome.yaml)" \ No newline at end of file