mirror of
https://github.com/Fishwaldo/build.git
synced 2025-03-18 04:41:35 +00:00
Typo
This commit is contained in:
parent
87bb84787f
commit
2157f81601
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ create_armbian() {
|
|||
satauuid=$(blkid -o export $2 | grep -w UUID)
|
||||
|
||||
# SD card boot part
|
||||
sduuid=$(blkid -o export /dev/mmcblk1p1 | grep -w UUID)
|
||||
sduuid=$(blkid -o export /dev/mmcblk0p1 | grep -w UUID)
|
||||
|
||||
# calculate usage and see if it fits on destination
|
||||
USAGE=$(df -BM | grep ^/dev | head -1 | awk '{print $3}' | tr -cd '[0-9]. \n')
|
||||
|
|
Loading…
Add table
Reference in a new issue