mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-04-02 08:58:15 +02:00
correct file variable
This commit is contained in:
parent
afbf81f2b8
commit
330ecb1865
@ -71,7 +71,7 @@ if [ ${configExists} -eq 0 ]; then
|
||||
else
|
||||
|
||||
# load & check config version
|
||||
source $configExists
|
||||
source $configFile
|
||||
if [ "${raspiBlitzVersion}" != "${raspiBlitzVersion}" ]; then
|
||||
echo "detected version change ... starting migration script" >> $logfile
|
||||
/home/admin/_migrateVersion.sh
|
||||
|
Loading…
x
Reference in New Issue
Block a user