Fix typo
continuous-integration/drone/push Build is failing Details
continuous-integration/drone/pr Build is failing Details

This commit is contained in:
Jérémy Dubois 2021-02-15 18:56:24 +01:00
parent 119118ad06
commit 2dae2d1ae4
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ if [ ! -f /etc/motd-original ]; then
fi fi
if [ ! -f /tmp/carp.state ]; then 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 sed -i "1 s/^.*$/$(head -1 \/var\/run\/dmesg.boot)/" /etc/motd-original
echo "unknown" > /tmp/carp.state echo "unknown" > /tmp/carp.state
fi fi