Fix whitespace

This commit is contained in:
Carsten BÃcker
2020-09-30 10:41:14 +00:00
parent 9fd83714c8
commit 0c5225571f
+7 -8
View File
@@ -145,15 +145,14 @@ clone|cmd|console|convert|cp|edit|export|htop|limits|mount|pkg|rename|service|st
shift shift
if [ "${TARGET}" = 'ALL' ]; then if [ "${TARGET}" = 'ALL' ]; then
_JAILS=$(jls name) _JAILS=$(jls name)
JAILS="" JAILS=""
for _jail in ${_JAILS}; do for _jail in ${_JAILS}; do
_JAILPATH=$(jls -j "${_jail}" path) _JAILPATH=$(jls -j "${_jail}" path)
if [ -z ${_JAILPATH##${bastille_jailsdir}*} ]; then if [ -z ${_JAILPATH##${bastille_jailsdir}*} ]; then
JAILS="${JAILS} ${_jail}" JAILS="${JAILS} ${_jail}"
fi fi
done done
else else
JAILS=$(jls name | awk "/^${TARGET}$/") JAILS=$(jls name | awk "/^${TARGET}$/")