mirror of https://github.com/armbian/build.git
Typo
This commit is contained in:
parent
bf5a2fe6e0
commit
c8c6c9d96f
|
|
@ -271,7 +271,7 @@ add_usb_storage_quirks() {
|
|||
[ -f /boot/armbianEnv.txt ] || return
|
||||
|
||||
# cleanup. add LF. This prevents adding parameters to the same line
|
||||
echo "" >> /boot/armbianEnv.txt; sed -ie '/^$/d;$G' /boot/armbianEnv.txt; sed -ie '/^$/d;$G' /boot/armbianEnv.txt
|
||||
echo "" >> /boot/armbianEnv.txt; sed -i '/^$/d;$G' /boot/armbianEnv.txt; sed -i '/^$/d;$G' /boot/armbianEnv.txt
|
||||
|
||||
# cleanup. remove empty lines in the middle
|
||||
sed -i '/^$/d' /boot/armbianEnv.txt
|
||||
|
|
|
|||
Loading…
Reference in New Issue