From a0444ba8be35e5dfeb6e6de3a6f83ba34ba18fbb Mon Sep 17 00:00:00 2001 From: rootzoll Date: Tue, 31 Aug 2021 01:19:51 +0200 Subject: [PATCH] fix raspiblitz.log.setup --- 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 b60714b3b..325d7ead2 100755 --- a/home.admin/_bootstrap.sh +++ b/home.admin/_bootstrap.sh @@ -652,7 +652,7 @@ if [ ${isMounted} -eq 0 ]; then # if touchscreen is on (on recover/update) --> reboot now to activate touchscreen source ${configFile} - sudo cp $/home/admin/raspiblitz.log $/home/admin/raspiblitz.log.setup + sudo cp /home/admin/raspiblitz.log /home/admin/raspiblitz.log.setup /home/admin/config.scripts/blitz.shutdown.sh reboot finalsetup sleep 100 exit 0