From 0874e02f18c51604db6396c7b974856542153abb Mon Sep 17 00:00:00 2001 From: tschettervictor <85497460+tschettervictor@users.noreply.github.com> Date: Mon, 16 Dec 2024 17:50:35 -0700 Subject: [PATCH] Update common.sh --- usr/local/share/bastille/common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/local/share/bastille/common.sh b/usr/local/share/bastille/common.sh index be7a656a..c8d1b621 100644 --- a/usr/local/share/bastille/common.sh +++ b/usr/local/share/bastille/common.sh @@ -97,7 +97,7 @@ set_target() { target_all_jails else TARGET="${1}" - check_target_exists "{TARGET}" + check_target_exists "${TARGET}" fi }