mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 22:58:43 +01:00
loading config file on provision
This commit is contained in:
parent
049fea8907
commit
d609b4ac85
1 changed files with 4 additions and 0 deletions
|
@ -26,6 +26,10 @@ if [ ${configExists} -eq 0 ]; then
|
|||
exit 1
|
||||
fi
|
||||
|
||||
# import config values
|
||||
sudo chmod 777 ${configFile}
|
||||
source ${configExists}
|
||||
|
||||
##########################
|
||||
# BASIC SYSTEM SETTINGS
|
||||
##########################
|
||||
|
|
Loading…
Add table
Reference in a new issue