mirror of
https://github.com/hackacad/bastille.git
synced 2025-12-18 16:21:32 +01:00
print blank line after last jail
This commit is contained in:
@@ -124,6 +124,11 @@ for _jail in ${JAILS}; do
|
||||
errors=1
|
||||
fi
|
||||
fi
|
||||
|
||||
# Print blank line on last jail
|
||||
_last_jail="$(echo ${JAILS} | awk '{print $NF}')"
|
||||
[ "${_jail}" = "${_last_jail}" ] && echo ""
|
||||
|
||||
done
|
||||
|
||||
if [ $errors -ne 0 ]; then
|
||||
|
||||
Reference in New Issue
Block a user