added space to sed cmdline

pull/109/head
alanbjohnston 5 years ago committed by GitHub
parent 6850e9dd54
commit df96f38636
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -73,7 +73,7 @@ sudo cp /boot/cmdline.txt /boot/cmdline.txt.0
if [ "$1" = "u" ]; then
sudo sed -i 's/console=serial0,115200//g' /boot/cmdline.txt
sudo sed -i 's/console=serial0,115200 //g' /boot/cmdline.txt
sudo sed -i 's/#dtparam=i2c_arm=on/dtparam=i2c_arm=on/g' /boot/config.txt

Loading…
Cancel
Save

Powered by TurnKey Linux.