summaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2019-08-08 12:57:24 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2019-08-08 12:57:24 +0200
commit5f2acb5231c18bd47875ecf2d1f6d5668d98f65f (patch)
treea4bc4c1a902869b6819a33c752d24b2c230a4c3a /install.sh
parenta63fde2ca7730e54204e29b287f6d654f3092399 (diff)
downloadComm-on-net-5f2acb5231c18bd47875ecf2d1f6d5668d98f65f.tar.bz2
Comm-on-net-5f2acb5231c18bd47875ecf2d1f6d5668d98f65f.zip
Install: minor
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"