Fix a check that once required the variable to be != YES

This commit is contained in:
erdgeist 2007-10-08 02:24:26 +00:00
parent 052b740d8c
commit 845561e20d

View File

@ -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##_}"