Updates in install scripts
This commit is contained in:
parent
c18f6f8e24
commit
0c2e7e0cc3
3 changed files with 10 additions and 6 deletions
|
@ -2,8 +2,10 @@
|
|||
|
||||
set -e
|
||||
|
||||
hostType=centos7
|
||||
|
||||
SCRIPT_PATH=$(dirname $(realpath -s $0))
|
||||
. $SCRIPT_PATH/functions centos7
|
||||
. $SCRIPT_PATH/functions
|
||||
cd $SCRIPT_PATH/..
|
||||
|
||||
performInstallLocal "$#"
|
Loading…
Add table
Add a link
Reference in a new issue