mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 14:51:03 +01:00
source config file if setup is just recover data
This commit is contained in:
parent
ea42b716f0
commit
7a36a887ef
1 changed files with 3 additions and 0 deletions
|
@ -540,6 +540,9 @@ if [ ${isMounted} -eq 0 ]; then
|
|||
sed -i "s/^message=.*/message='Starting Provision'/g" ${infoFile}
|
||||
|
||||
# load setup data
|
||||
echo "# Sourcing ${configFile} " >> ${logFile}
|
||||
source ${configFile}
|
||||
cat ${configFile} >> ${logFile}
|
||||
echo "# Sourcing ${setupFile} " >> ${logFile}
|
||||
source ${setupFile}
|
||||
cat ${setupFile} >> ${logFile}
|
||||
|
|
Loading…
Add table
Reference in a new issue