mirror of
https://github.com/nextcloud/nextcloudpi.git
synced 2026-01-10 15:12:01 -03:30
nc-format-USB: silent mkfs output
This commit is contained in:
parent
70aac8e5f5
commit
1da6b12672
@ -47,7 +47,7 @@ configure()
|
||||
|
||||
wipefs -a -f /dev/"$NAME" || return 1
|
||||
printf 'o\nn\np\n1\n\n\nw\n' | sudo fdisk /dev/"$NAME" || return 1
|
||||
mkfs.ext4 -F /dev/"${NAME}1" -L "$LABEL_"
|
||||
mkfs.ext4 -q -F /dev/"${NAME}1" -L "$LABEL_"
|
||||
}
|
||||
|
||||
install() { :; }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user