Fixed a typo in "tmpboot"

This commit is contained in:
Daniel Marsee 2018-10-04 16:55:00 -09:00
parent 8945102c3b
commit c148340e2a

View file

@ -79,7 +79,7 @@ touch oldboot.txt
cat /boot/config.txt >> oldboot.txt cat /boot/config.txt >> oldboot.txt
cat oldboot.txt >> newboot.txt cat oldboot.txt >> newboot.txt
cat tempboot.txt >> newboot.txt cat tmpboot.txt >> newboot.txt
sudo cp newboot.txt /boot/config.txt sudo cp newboot.txt /boot/config.txt
sleep 2 sleep 2