diff --git a/scripts/dispatch.sh b/scripts/dispatch.sh index 5670a63..5e2b146 100755 --- a/scripts/dispatch.sh +++ b/scripts/dispatch.sh @@ -18,7 +18,7 @@ do elif [ $item = "111" ]; then RELEASE=$i else - echo "Unknown.. $i" + break fi item="1$item" done