Updates in install scripts

This commit is contained in:
root 2018-12-25 12:55:31 +01:00
parent c18f6f8e24
commit 0c2e7e0cc3
3 changed files with 10 additions and 6 deletions

View file

@ -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 "$#"