From 330ecb1865a07a359b988c98257610192f7e3933 Mon Sep 17 00:00:00 2001 From: rootzoll Date: Mon, 15 Oct 2018 23:14:46 +0200 Subject: [PATCH] correct file variable --- home.admin/_bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home.admin/_bootstrap.sh b/home.admin/_bootstrap.sh index 5192aaa..c9fbd01 100644 --- a/home.admin/_bootstrap.sh +++ b/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