mirror of
https://github.com/hackacad/bastille.git
synced 2026-03-25 02:05:11 +01:00
monotor: more spacing
This commit is contained in:
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user