From 5f2acb5231c18bd47875ecf2d1f6d5668d98f65f Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 8 Aug 2019 12:57:24 +0200 Subject: Install: minor --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'install.sh') diff --git a/install.sh b/install.sh index 6fe3768..556ba31 100755 --- a/install.sh +++ b/install.sh @@ -5,9 +5,9 @@ DEBUG=false # true set -e [ "$DEBUG" == 'true' ] && set -x -if [ -z "$URL" ]; then echo "Error: URL env variable must be set"; exit 1; fi +if [ -z "$URL" ]; then echo "Error: URL env variable must be set. Exiting..."; exit 1; fi if [ -z "$RESPONSIBLE_EMAIL" ]; - then echo "Error: RESPONSIBLE_EMAIL env variable must be set"; exit 1; fi + then echo "Error: RESPONSIBLE_EMAIL env variable must be set. Exiting..."; exit 1; fi echo " * Install dependencies" -- cgit v1.2.3