loading config file on provision

This commit is contained in:
rootzoll 2018-12-12 15:29:38 +01:00
parent 049fea8907
commit d609b4ac85

View file

@ -26,6 +26,10 @@ if [ ${configExists} -eq 0 ]; then
exit 1
fi
# import config values
sudo chmod 777 ${configFile}
source ${configExists}
##########################
# BASIC SYSTEM SETTINGS
##########################