mirror of
https://github.com/hackacad/bastille.git
synced 2025-12-25 06:55:46 +01:00
fix shellcheck
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user