From 601cd1c9cb619399cd8b994089c98ad6904bdfd8 Mon Sep 17 00:00:00 2001 From: tschettervictor <85497460+tschettervictor@users.noreply.github.com> Date: Mon, 21 Apr 2025 17:24:59 -0600 Subject: [PATCH] fix shellcheck --- usr/local/share/bastille/bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/local/share/bastille/bootstrap.sh b/usr/local/share/bastille/bootstrap.sh index e2205ab8..198d970b 100644 --- a/usr/local/share/bastille/bootstrap.sh +++ b/usr/local/share/bastille/bootstrap.sh @@ -433,7 +433,7 @@ bootstrap_template() { # Remove the cloned repo if [ -n "${_user}" ]; then - rm -r "${bastille_templatesdir}/${_user}" + rm -r "${bastille_templatesdir:?}/${_user:?}" fi else