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