mirror of
https://github.com/xcat2/confluent.git
synced 2025-02-12 00:30:33 +00:00
Fix spelling error
firmware is now spelled correctly
This commit is contained in:
parent
ed41d93de5
commit
4b42bbda7e
@ -12,7 +12,7 @@ autocons=""
|
||||
if ! grep console /proc/cmdline > /dev/null; then
|
||||
autocons=$(/opt/confluent/bin/autocons)
|
||||
if [ ! -z "$autocons" ]; then
|
||||
echo "Serial console detected from firmmware: $autocons" > ${autocons%,*}
|
||||
echo "Serial console detected from firmware: $autocons" > ${autocons%,*}
|
||||
fi
|
||||
fi
|
||||
mkdir -p /etc/confluent
|
||||
|
Loading…
x
Reference in New Issue
Block a user