From 9e0bd86510d88dcb97e79b9144edbdda36a1c7f7 Mon Sep 17 00:00:00 2001 From: rootzoll Date: Mon, 15 Oct 2018 22:38:23 +0200 Subject: [PATCH] correct config file variable --- home.admin/_bootstrap.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/home.admin/_bootstrap.sh b/home.admin/_bootstrap.sh index cc11ee6..c6ad44e 100644 --- a/home.admin/_bootstrap.sh +++ b/home.admin/_bootstrap.sh @@ -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