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