summaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh4
1 files changed, 2 insertions, 2 deletions
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"