From 8a53109d811c799ba3bc96dc4b28a9a1a7f662da Mon Sep 17 00:00:00 2001 From: toby Date: Sun, 9 Sep 2018 13:30:43 +0200 Subject: [PATCH] fixing typo ... --- debian/wit-network-config.postinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/wit-network-config.postinst b/debian/wit-network-config.postinst index 1b53e45..b68eeda 100755 --- a/debian/wit-network-config.postinst +++ b/debian/wit-network-config.postinst @@ -134,7 +134,7 @@ case "$1" in GRUB_CMDLINE_LINUX_DEFAULT="" GRUB_CMDLINE_LINUX="console=tty0 console=ttyS1,115200n8" GRUB_TERMINAL=serial - GRUB_SERIAL_COMMAND="serial --speed=115200 --unit=1 --word=8 --parity=no --stop=1"' + GRUB_SERIAL_COMMAND="serial --speed=115200 --unit=1 --word=8 --parity=no --stop=1" EOF