mirror of
https://github.com/hackacad/bastille.git
synced 2025-12-18 16:21:32 +01:00
[WIP] shellcheck linting
This commit is contained in:
@@ -172,7 +172,7 @@ destroy_rel() {
|
||||
if [ "${FORCE}" = "1" ]; then
|
||||
## remove cache on force
|
||||
if [ -d "${bastille_cachedir}/${TARGET}" ]; then
|
||||
rm -rf "${bastille_cachedir}/${TARGET}"
|
||||
rm -rf "${bastille_cachedir:?}/${TARGET}"
|
||||
fi
|
||||
fi
|
||||
echo
|
||||
|
||||
Reference in New Issue
Block a user