From f8edda45b5198adb75e98afea9cd487918422f02 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 8 Aug 2019 11:54:17 +0200 Subject: Install: set URL by env var --- install.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'install.sh') 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" -- cgit v1.2.3