mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-29 04:52:32 +02:00
loading config file on provision
This commit is contained in:
@@ -26,6 +26,10 @@ if [ ${configExists} -eq 0 ]; then
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# import config values
|
||||||
|
sudo chmod 777 ${configFile}
|
||||||
|
source ${configExists}
|
||||||
|
|
||||||
##########################
|
##########################
|
||||||
# BASIC SYSTEM SETTINGS
|
# BASIC SYSTEM SETTINGS
|
||||||
##########################
|
##########################
|
||||||
|
Reference in New Issue
Block a user