mirror of
https://gitlab.manjaro.org/applications/manjaro-architect
synced 2024-11-08 01:10:26 +00:00
correction of the correction :-p
This commit is contained in:
parent
4c3d596391
commit
8ee7e111e9
@ -435,8 +435,10 @@ mount_partitions() {
|
||||
|
||||
# If it is already a fat/vfat partition...
|
||||
if [[ $(fsck -N $PARTITION | grep fat) ]]; then
|
||||
DIALOG " $_PrepMntPart " --yesno "$_FormUefiBody $PARTITION $_FormUefiBody2" 0 0 && mkfs.vfat -F32 ${PARTITION} >/dev/null 2>$ERR
|
||||
DIALOG " $_PrepMntPart " --yesno "$_FormUefiBody $PARTITION $_FormUefiBody2" 0 0 && {
|
||||
mkfs.vfat -F32 ${PARTITION} >/dev/null 2>$ERR
|
||||
check_for_error "mkfs.vfat -F32 ${PARTITION}" "$?"
|
||||
}
|
||||
else
|
||||
mkfs.vfat -F32 ${PARTITION} >/dev/null 2>$ERR
|
||||
check_for_error "mkfs.vfat -F32 ${PARTITION}" "$?"
|
||||
|
Loading…
Reference in New Issue
Block a user