From 81bbf077d3d8ece2b6e7bfbd45734d6580babc3c Mon Sep 17 00:00:00 2001 From: JeelsBoobz <38210868+JeelsBoobz@users.noreply.github.com> Date: Mon, 16 Feb 2026 07:01:36 +0700 Subject: [PATCH] Fix command to check AdGuardHome version --- src/scripts/debug.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scripts/debug.sh b/src/scripts/debug.sh index efa0627..23dc775 100644 --- a/src/scripts/debug.sh +++ b/src/scripts/debug.sh @@ -17,7 +17,7 @@ LOG="$AGH_DIR/debug.log" echo "== AdGuardHome Version ==" if [ -f "$AGH_DIR/bin/AdGuardHome" ]; then - "$AGH_DIR/bin/AdGuardHome" version + "$AGH_DIR/bin/AdGuardHome" --version else echo "AdGuardHome binary not found" fi