From 0aa47cae631d0eb096dfa65989818ae37a813689 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 25 Dec 2018 13:35:17 +0100 Subject: [PATCH] Updates in install scripts --- setup/install-ubuntu1804-https.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/install-ubuntu1804-https.sh b/setup/install-ubuntu1804-https.sh index 17b95336..57eb8fed 100644 --- a/setup/install-ubuntu1804-https.sh +++ b/setup/install-ubuntu1804-https.sh @@ -1,7 +1,7 @@ #!/bin/bash set -e - +set -x hostType=ubuntu1804 SCRIPT_PATH=$(dirname $(realpath -s $0))