Updates in install scripts
This commit is contained in:
parent
9a34d05d36
commit
c18f6f8e24
2 changed files with 3 additions and 3 deletions
|
@ -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"
|
||||||
|
|
|
@ -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 "$#"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue