Skip to content

Commit

Permalink
nc-format-USB: silent mkfs output
Browse files Browse the repository at this point in the history
  • Loading branch information
nachoparker committed Sep 10, 2017
1 parent 70aac8e commit 1da6b12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/nextcloudpi-config.d/nc-format-USB.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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() { :; }
Expand Down

0 comments on commit 1da6b12

Please sign in to comment.