Fix a check that once required the variable to be != YES
This commit is contained in:
parent
052b740d8c
commit
845561e20d
@ -42,7 +42,7 @@ do_cmd()
|
|||||||
# If not, fetch it from our config directory
|
# If not, fetch it from our config directory
|
||||||
if [ "$*" ]; then
|
if [ "$*" ]; then
|
||||||
ezjail_list=`echo -n $* | tr -c '[:alnum:] ' '_'`
|
ezjail_list=`echo -n $* | tr -c '[:alnum:] ' '_'`
|
||||||
ezjail_fromrc="NO"
|
unset ezjail_fromrc
|
||||||
else
|
else
|
||||||
[ -d "${ezjail_prefix}/etc/ezjail/" ] && cd "${ezjail_prefix}/etc/ezjail/" && ezjail_list=`ls | xargs rcorder`
|
[ -d "${ezjail_prefix}/etc/ezjail/" ] && cd "${ezjail_prefix}/etc/ezjail/" && ezjail_list=`ls | xargs rcorder`
|
||||||
echo -n "${message##_}"
|
echo -n "${message##_}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user