Skip to content

Commit

Permalink
Merge pull request #2 from rmf1995/main
Browse files Browse the repository at this point in the history
Fix Typo; logging message when wireguard starts.
  • Loading branch information
r-pufky authored Apr 24, 2022
2 parents 837a9b9 + 53da81f commit 008b3fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init-premount
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ if [ -z ${ALLOWED_IPS} ]; then
fi
log_end_msg

log_begin_ms 'Starting wireguard'
log_begin_msg 'Starting wireguard'
# Ensure networking is started (idempotent) and setup DNS.
configure_networking
touch /etc/resolv.conf
Expand Down

0 comments on commit 008b3fa

Please sign in to comment.