monotor: more spacing

This commit is contained in:
tschettervictor
2025-12-01 23:18:24 -05:00
committed by GitHub
parent 8b7385c1b0
commit c8a473e845

View File

@@ -142,7 +142,7 @@ for _jail in ${JAILS}; do
elif [ -n "${ACTION}" ]; then
case ${ACTION} in
add)
[ -z "${SERVICE}" ] && usage
[ -z "${SERVICE}" ] && usage
for _service in $(echo "${SERVICE}" | tr , ' '); do
if ! grep -Eqs "^${_service}\$" "${bastille_jail_monitor}"; then
echo "${_service}" >> "${bastille_jail_monitor}"