Add option to override settings

This commit is contained in:
Arnie 2018-01-04 06:36:49 +01:00
parent ad512e2af5
commit 323fb01588
2 changed files with 3 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
env.shinc

View File

@ -10,6 +10,8 @@ for _var in ${REQUIRED_VARIABLES[@]}; do
done
source ${SCRIPT_PATH}/../settings.shinc
source ${SCRIPT_PATH}/../env.shinc
source ${SCRIPT_PATH}/../functions.shinc
#