From 6bcd35a43e74ced8d82da99523b98fdfefafaf6d Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Fri, 23 Nov 2018 01:11:41 +0100 Subject: bin/setup: Exit on error --- bin/setup | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/setup b/bin/setup index 342d22a..4055793 100755 --- a/bin/setup +++ b/bin/setup @@ -18,6 +18,8 @@ # License along with DomeKey Web. If not, see # . +set -ex + function program_exists () { local program="$1" -- cgit v1.2.3