2018-12-25 12:18:28 +00:00
|
|
|
#!/bin/bash
|
|
|
|
|
|
|
|
set -e
|
2018-12-25 12:35:17 +00:00
|
|
|
set -x
|
2018-12-25 12:18:28 +00:00
|
|
|
hostType=ubuntu1804
|
|
|
|
|
|
|
|
SCRIPT_PATH=$(dirname $(realpath -s $0))
|
|
|
|
. $SCRIPT_PATH/functions
|
|
|
|
cd $SCRIPT_PATH/..
|
|
|
|
|
|
|
|
performInstallHttps "$#" "$1" "$2" "$3" "$4"
|