INNER CODE UNIT · Shell
ERRORS
BastilleBSD/bastille · usr/local/share/bastille/cmd.sh:101
ERRORS=$((ERRORS + 1))
fi
done
if [ "${ERRORS}" -ne 0 ]; then
error_exit "[ERROR]: Command failed on ${ERRORS} jails."
fi
INNER CODE UNIT · Shell
BastilleBSD/bastille · usr/local/share/bastille/cmd.sh:101
ERRORS=$((ERRORS + 1))
fi
done
if [ "${ERRORS}" -ne 0 ]; then
error_exit "[ERROR]: Command failed on ${ERRORS} jails."
fi