diff --git a/enter.sh b/enter.sh index b783069..5a40f0c 100755 --- a/enter.sh +++ b/enter.sh @@ -49,7 +49,7 @@ fetch=false while test $# -gt 0; do case "$1" in - --image | -i) shift && image="$1" ;; + --image | -i) shift && fetch=true && image="$1" ;; --fetch | -f) fetch=true ;; -*) log "unknown argument '$1'" 'x' 31 ;; *) name="$1" ;;