Skip to content

Commit

Permalink
Remove echoToTeletype, use just echo + console redirection.
Browse files Browse the repository at this point in the history
  • Loading branch information
jorikfon committed May 4, 2024
1 parent 4ec6b54 commit bf37cb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Core/System/RootFS/sbin/pbx_boot_init
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# If not, see <https://www.gnu.org/licenses/>.
#
if test -w /dev/ttyS0; then
exec </dev/console > >(/bin/busybox tee /dev/ttyS0 /dev/console) 2>&1
exec </dev/console > >(/bin/busybox tee /dev/ttyS0) 2>&1
else
exec </dev/console >/dev/console 2>/dev/console;
fi
Expand Down

0 comments on commit bf37cb8

Please sign in to comment.