correct config file variable

This commit is contained in:
rootzoll
2018-10-15 22:38:23 +02:00
parent 37bd101486
commit 9e0bd86510

View File

@@ -64,8 +64,9 @@ if [ ${configExists} -eq 0 ]; then
# create new config
echo "creating config file: ${configFile}" >> $logfile
echo "# RASPIBLITZ CONFIG FILE" > $configExists
echo "raspiBlitzVersion='${version}'" >> $configExists
echo "# RASPIBLITZ CONFIG FILE" > $configFile
echo "raspiBlitzVersion='${version}'" >> $configFile
sudo chmod 777 ${configFile}
else