Updates in install scripts

This commit is contained in:
root 2018-12-25 12:42:00 +01:00
parent 9a34d05d36
commit c18f6f8e24
2 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,5 @@
# This is not a standalone script. It provides common functions to server-*.sh scripts # This is not a standalone script. It provides common functions to server-*.sh scripts
hostType="$1"
case "$hostType" in case "$hostType" in
centos7) centos7)
hostTypeLabel="CentOS 7" hostTypeLabel="CentOS 7"

View file

@ -3,8 +3,10 @@
set -e set -e
set -x set -x
hostType=ubuntu1804
SCRIPT_PATH=$(dirname $(realpath -s $0)) SCRIPT_PATH=$(dirname $(realpath -s $0))
. $SCRIPT_PATH/functions ubuntu1804 . $SCRIPT_PATH/functions
cd $SCRIPT_PATH/.. cd $SCRIPT_PATH/..
performInstallLocal "$#" performInstallLocal "$#"