diff --git a/xo-install.sh b/xo-install.sh index 5696a4c..3165e1f 100755 --- a/xo-install.sh +++ b/xo-install.sh @@ -402,7 +402,7 @@ read -p ": " option case $container in 1) echo - docker build -t xen-orchestra $(dirname $0)/docker/image/. + docker build -t xen-orchestra $(dirname $0)/docker/. echo echo echo "Image built. Run container:" @@ -426,6 +426,9 @@ read -p ": " option 3) exit 0 ;; + *) + exit 0 + ;; esac ;; 4)