We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c69a804 commit 89b9608Copy full SHA for 89b9608
Buildroot/board/FOG/FOS/rootfs_overlay/usr/share/fog/lib/funcs.sh
@@ -1496,7 +1496,7 @@ getHardDisk() {
1496
size=$(blockdev --getsize64 "$dev_trimmed" 2>/dev/null | normalize)
1497
uuid=$(blkid -s UUID -o value "$dev_trimmed" 2>/dev/null | normalize)
1498
read -r serial wwn <<< "$(lsblk -pdno SERIAL,WWN "$dev_trimmed" 2>/dev/null | normalize)"
1499
- if [[ -n $isdebug ]];; then
+ if [[ -n $isdebug ]]; then
1500
echo "Comparing spec='$spec_lc' with:"
1501
echo " dev=$dev"
1502
echo " size=$size"
0 commit comments