mirror of
https://github.com/Fishwaldo/build.git
synced 2025-06-28 17:19:12 +00:00
Typo
This commit is contained in:
parent
4b7442b450
commit
13abce6d0d
1 changed files with 1 additions and 1 deletions
|
@ -310,7 +310,7 @@ create_armbian()
|
||||||
sync
|
sync
|
||||||
|
|
||||||
umount ${TempDir}/rootfs
|
umount ${TempDir}/rootfs
|
||||||
[[ $1 != "spi" ]] && unmount ${TempDir}/bootfs
|
[[ $1 != "spi" ]] && umount ${TempDir}/bootfs
|
||||||
} # create_armbian
|
} # create_armbian
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue