summaryrefslogtreecommitdiff
path: root/ezjail-admin
diff options
context:
space:
mode:
authorerdgeist <erdgeist@erdgeist.org>2005-11-13 23:40:08 +0000
committererdgeist <erdgeist@erdgeist.org>2005-11-13 23:40:08 +0000
commit3fd667c236620167a3b93b59a89b1db4b9d87171 (patch)
tree322de939fde6ee0a287927cde9bfc25d27356ebf /ezjail-admin
parent479523c139b62c1b2f84e334d3e2aa85cf15da24 (diff)
update aliased as setup
Diffstat (limited to 'ezjail-admin')
-rwxr-xr-xezjail-admin2
1 files changed, 1 insertions, 1 deletions
diff --git a/ezjail-admin b/ezjail-admin
index 15c2a70..b6cf6dd 100755
--- a/ezjail-admin
+++ b/ezjail-admin
@@ -200,7 +200,7 @@ list)
200 printf "%-15s %-28s %s\\n" $jail_ip $jail_hostname $jail_rootdir 200 printf "%-15s %-28s %s\\n" $jail_ip $jail_hostname $jail_rootdir
201 done 201 done
202 ;; 202 ;;
203update) 203setup|update)
204 shift 204 shift
205 args=`getopt is: $*` 205 args=`getopt is: $*`
206 if [ $? != 0 ]; then 206 if [ $? != 0 ]; then