mirror of
https://github.com/hackacad/bastille.git
synced 2025-12-19 16:51:00 +01:00
fix shellcheck
This commit is contained in:
@@ -113,7 +113,7 @@ check_fib() {
|
||||
_setfib=""
|
||||
fi
|
||||
}
|
||||
for _jail in JAILS; do
|
||||
for _jail in ${JAILS}; do
|
||||
|
||||
info "[${_jail}]:"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user