2
0
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:
Jarrod Johnson 2020-10-22 12:11:10 -04:00
parent ed41d93de5
commit 4b42bbda7e

View File

@ -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