weekly/340.noid: suppress warning on non-existent jail.conf
MFC after: 1 month
This commit is contained in:
parent
9c66c1df48
commit
bcfc8c2779
@ -25,7 +25,7 @@ case "$weekly_noid_enable" in
|
|||||||
sep=:
|
sep=:
|
||||||
OIFS="$IFS"
|
OIFS="$IFS"
|
||||||
IFS="$sep"
|
IFS="$sep"
|
||||||
for param in $(jail -f "`sysrc -n jail_conf`" -e "$sep")
|
for param in $(jail -f "`sysrc -n jail_conf`" -e "$sep" 2>/dev/null)
|
||||||
do
|
do
|
||||||
case "$param" in
|
case "$param" in
|
||||||
path=*) exclude="$exclude -path ${param#path=} -prune -or"
|
path=*) exclude="$exclude -path ${param#path=} -prune -or"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user