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