From 4cd63e5057b15d79dcec9383304c0023f107c61f Mon Sep 17 00:00:00 2001 From: tschettervictor <85497460+tschettervictor@users.noreply.github.com> Date: Mon, 21 Apr 2025 17:05:26 -0600 Subject: [PATCH] verify: Fix wrong var name when removing wrong template --- usr/local/share/bastille/verify.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/local/share/bastille/verify.sh b/usr/local/share/bastille/verify.sh index f1983902..89de9340 100644 --- a/usr/local/share/bastille/verify.sh +++ b/usr/local/share/bastille/verify.sh @@ -143,7 +143,7 @@ verify_template() { if [ "${_hook_validate}" -lt 1 ]; then error_notify "No valid template hooks found." error_notify "Template discarded." - rm -rf "${bastille_template}" + rm -rf "${_template_path}" exit 1 fi