Browse Source

correct file variable

#146
rootzoll 6 years ago
parent
commit
330ecb1865
  1. 2
      home.admin/_bootstrap.sh

2
home.admin/_bootstrap.sh

@ -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…
Cancel
Save