dispatch.sh: Do not echo back an option to keep rsync running

rsync would get confused if we echo back things.
This commit is contained in:
Holger Hans Peter Freyther 2017-08-07 17:29:33 +08:00
parent a7fc6e6009
commit 2d529c6476
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ do
elif [ $item = "111" ]; then
RELEASE=$i
else
echo "Unknown.. $i"
break
fi
item="1$item"
done