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

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