Fix unused error var

This commit is contained in:
tschettervictor
2025-09-28 11:25:35 -06:00
committed by GitHub
parent 3d8952d8f2
commit a85e7cc7a5

View File

@@ -103,7 +103,6 @@ if [ "$#" -ne 1 ]; then
fi
TARGET="${1}"
ERRORS=0
bastille_root_check
set_target "${TARGET}"