From 2d529c64764de1ab4ebc7259461747b458527297 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Mon, 7 Aug 2017 17:29:33 +0800 Subject: [PATCH] dispatch.sh: Do not echo back an option to keep rsync running rsync would get confused if we echo back things. --- scripts/dispatch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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