Skip to content

Commit 3be4df3

Browse files
committed
Fix shellcheck
1 parent d12042c commit 3be4df3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

alis-commons.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ function partition_options() {
423423
PARTITION_OPTIONS_BOOT="defaults"
424424
PARTITION_OPTIONS="defaults"
425425

426-
if [ BIOS_TYPE == "uefi"]; then
426+
if [ BIOS_TYPE == "uefi" ]; then
427427
PARTITION_OPTIONS_BOOT="$PARTITION_OPTIONS_BOOT,uid=0,gid=0,fmask=0077,dmask=0077"
428428
fi
429429
if [ "$DEVICE_TRIM" == "true" ]; then

0 commit comments

Comments
 (0)