mirror of
https://github.com/hackacad/bastille.git
synced 2025-12-21 01:30:52 +01:00
print blank line after last jail
This commit is contained in:
@@ -188,4 +188,9 @@ for _jail in ${JAILS}; do
|
||||
fi
|
||||
;;
|
||||
esac
|
||||
|
||||
# Print blank line on last jail
|
||||
_last_jail="$(echo ${JAILS} | awk '{print $NF}')"
|
||||
[ "${_jail}" = "${_last_jail}" ] && echo ""
|
||||
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user