From 17c97a4fee9e1069df73f17433943e8609faa884 Mon Sep 17 00:00:00 2001 From: John Preston Date: Wed, 14 Oct 2015 21:20:04 +0200 Subject: [PATCH] Deploy.sh improved --- Telegram/Deploy.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Telegram/Deploy.sh b/Telegram/Deploy.sh index f5e4a4df4..427434bf1 100755 --- a/Telegram/Deploy.sh +++ b/Telegram/Deploy.sh @@ -1,3 +1,5 @@ +set -e + while IFS='' read -r line || [[ -n "$line" ]]; do set $line eval $1="$2"