mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-10-04 12:05:04 +02:00
correct config file variable
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user