Skip to content

Commit

Permalink
Update create_image.sh
Browse files Browse the repository at this point in the history
rzrbld committed Nov 13, 2022
1 parent 263e255 commit 1cf43fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion create_image.sh
Original file line number Diff line number Diff line change
@@ -78,7 +78,7 @@ if [ "$sel_fs_type" = "ntfs" ]; then
elif [ "$sel_fs_type" = "fat32" ]; then
mkfs.vfat "${dev}p1"
fatlabel "${dev}p1" "$part_label"
elif [ "$sel_fs_type" = "exfat"]; then
elif [ "$sel_fs_type" = "exfat" ]; then
mkfs.exfat -n "$part_label" "${dev}p1"
else
exit 1

0 comments on commit 1cf43fc

Please sign in to comment.