summaryrefslogtreecommitdiff
path: root/ezjail.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ezjail.sh')
-rwxr-xr-xezjail.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ezjail.sh b/ezjail.sh
index 6ff8e89..2686486 100755
--- a/ezjail.sh
+++ b/ezjail.sh
@@ -42,7 +42,7 @@ do_cmd()
42 # If not, fetch it from our config directory 42 # If not, fetch it from our config directory
43 if [ "$*" ]; then 43 if [ "$*" ]; then
44 ezjail_list=`echo -n $* | tr -c '[:alnum:] ' '_'` 44 ezjail_list=`echo -n $* | tr -c '[:alnum:] ' '_'`
45 ezjail_fromrc="NO" 45 unset ezjail_fromrc
46 else 46 else
47 [ -d "${ezjail_prefix}/etc/ezjail/" ] && cd "${ezjail_prefix}/etc/ezjail/" && ezjail_list=`ls | xargs rcorder` 47 [ -d "${ezjail_prefix}/etc/ezjail/" ] && cd "${ezjail_prefix}/etc/ezjail/" && ezjail_list=`ls | xargs rcorder`
48 echo -n "${message##_}" 48 echo -n "${message##_}"