Skip to content

Commit 1b74203

Browse files
committed
Update OpenCore docs
1 parent 887fccc commit 1b74203

File tree

21 files changed

+12
-10
lines changed

21 files changed

+12
-10
lines changed
376 Bytes
Binary file not shown.
6.31 KB
Binary file not shown.
-8.58 KB
Binary file not shown.

OpenCore-0.8.1/Utilities/FindSerialPort/FindSerialPort.command

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@ serial_dev=$(ioreg -p IODeviceTree -lw0 | perl -e '
3535
}
3636
')
3737

38-
if [ "$serial_dev" = "" ]; then
38+
if [ "$serial_dev" != "" ]; then
39+
echo "${serial_dev}"
40+
else
3941
echo "No serial device found!"
4042
fi
4143

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)