summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xinstall.sh5
1 files changed, 2 insertions, 3 deletions
diff --git a/install.sh b/install.sh
index 6297c6e..6071b98 100755
--- a/install.sh
+++ b/install.sh
@@ -1,8 +1,7 @@
#!/bin/bash
-# edit
-URL=commonnet.myorganization.net
-# stop edit
+
+if [ -z "$URL" ]; then echo "URL env variable must be set"; exit 1; fi
echo " * Install dependencies"