correct file variable

This commit is contained in:
rootzoll 2018-10-15 23:14:46 +02:00
parent afbf81f2b8
commit 330ecb1865

View File

@ -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