From 2dc0a67264283e1205e9e9a1de278902d320fbca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20M=C3=BCnch?= Date: Tue, 19 May 2020 12:49:31 +0000 Subject: [PATCH] stop on error --- update | 2 ++ 1 file changed, 2 insertions(+) diff --git a/update b/update index 92693f5..6b60985 100755 --- a/update +++ b/update @@ -1,5 +1,7 @@ #!/bin/bash +set -e + echo "cloning ..." git pull origin master