From 2dae2d1ae499d31060374ef657b66449f4926f12 Mon Sep 17 00:00:00 2001 From: Jeremy Dubois Date: Mon, 15 Feb 2021 18:56:24 +0100 Subject: [PATCH] Fix typo --- roles/post-install/files/motd-carp-state.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/post-install/files/motd-carp-state.sh b/roles/post-install/files/motd-carp-state.sh index ca917c8..ba65e7c 100755 --- a/roles/post-install/files/motd-carp-state.sh +++ b/roles/post-install/files/motd-carp-state.sh @@ -5,7 +5,7 @@ if [ ! -f /etc/motd-original ]; then fi if [ ! -f /tmp/carp.state ]; then - # Raplace OpenBSD version in motd after each boot for it to be up to date after an upgrade + # Replace OpenBSD version in motd after each boot for it to be up to date after an upgrade sed -i "1 s/^.*$/$(head -1 \/var\/run\/dmesg.boot)/" /etc/motd-original echo "unknown" > /tmp/carp.state fi