From c148340e2ab0f385329942a43beec708998d4883 Mon Sep 17 00:00:00 2001 From: Daniel Marsee Date: Thu, 4 Oct 2018 16:55:00 -0900 Subject: [PATCH] Fixed a typo in "tmpboot" --- calcsetup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/calcsetup.sh b/calcsetup.sh index 2f634b1..b4beaed 100755 --- a/calcsetup.sh +++ b/calcsetup.sh @@ -79,7 +79,7 @@ touch oldboot.txt cat /boot/config.txt >> oldboot.txt cat oldboot.txt >> newboot.txt -cat tempboot.txt >> newboot.txt +cat tmpboot.txt >> newboot.txt sudo cp newboot.txt /boot/config.txt sleep 2