summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xezjail-admin2
1 files changed, 1 insertions, 1 deletions
diff --git a/ezjail-admin b/ezjail-admin
index 3d7f7aa..f5ab181 100755
--- a/ezjail-admin
+++ b/ezjail-admin
@@ -660,7 +660,7 @@ setup|update)
660 unset ezjail_provideports ezjail_installaction 660 unset ezjail_provideports ezjail_installaction
661 661
662 shift; while getopts :biupPs: arg; do case ${arg} in 662 shift; while getopts :biupPs: arg; do case ${arg} in
663 b) ezjail_installaction="buildworld installword";; 663 b) ezjail_installaction="buildworld installworld";;
664 i) ezjail_installaction="installworld";; 664 i) ezjail_installaction="installworld";;
665 u) ezjail_installaction="freebsd-update";; 665 u) ezjail_installaction="freebsd-update";;
666 s) ezjail_sourcetree=${OPTARG};; 666 s) ezjail_sourcetree=${OPTARG};;