Updates in install scripts

This commit is contained in:
root 2018-12-25 13:18:28 +01:00
parent 439b565cd9
commit 9e6dfd6d0b
3 changed files with 25 additions and 1 deletions

View file

@ -0,0 +1,11 @@
#!/bin/bash
set -e
hostType=ubuntu1804
SCRIPT_PATH=$(dirname $(realpath -s $0))
. $SCRIPT_PATH/functions
cd $SCRIPT_PATH/..
performInstallHttps "$#" "$1" "$2" "$3" "$4"

View file

@ -1,7 +1,6 @@
#!/bin/bash
set -e
set -x
hostType=ubuntu1804