Skip to content

Commit 89b9608

Browse files
committed
Should fix typoed double semicolon
1 parent c69a804 commit 89b9608

File tree

1 file changed

+1
-1
lines changed
  • Buildroot/board/FOG/FOS/rootfs_overlay/usr/share/fog/lib

1 file changed

+1
-1
lines changed

Buildroot/board/FOG/FOS/rootfs_overlay/usr/share/fog/lib/funcs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1496,7 +1496,7 @@ getHardDisk() {
14961496
size=$(blockdev --getsize64 "$dev_trimmed" 2>/dev/null | normalize)
14971497
uuid=$(blkid -s UUID -o value "$dev_trimmed" 2>/dev/null | normalize)
14981498
read -r serial wwn <<< "$(lsblk -pdno SERIAL,WWN "$dev_trimmed" 2>/dev/null | normalize)"
1499-
if [[ -n $isdebug ]];; then
1499+
if [[ -n $isdebug ]]; then
15001500
echo "Comparing spec='$spec_lc' with:"
15011501
echo " dev=$dev"
15021502
echo " size=$size"

0 commit comments

Comments
 (0)