summaryrefslogtreecommitdiff
path: root/scripts/init/vyos-router
diff options
context:
space:
mode:
authorkroy-the-rabbit <ulbador@gmail.com>2020-02-11 11:13:29 -0600
committerGitHub <noreply@github.com>2020-02-12 00:13:29 +0700
commitece4c01a4d1e8c223a02cab7f64c8f46102a4e44 (patch)
treed0f0b062ccf980bd1e9171a34847b2a397eaffbf /scripts/init/vyos-router
parent4592ae65d42e5d8eba77350f8339e07350ad0908 (diff)
downloadvyatta-cfg-ece4c01a4d1e8c223a02cab7f64c8f46102a4e44.tar.gz
vyatta-cfg-ece4c01a4d1e8c223a02cab7f64c8f46102a4e44.zip
grammar/spelling fix (#21)
Diffstat (limited to 'scripts/init/vyos-router')
-rwxr-xr-xscripts/init/vyos-router4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/init/vyos-router b/scripts/init/vyos-router
index 63769ba..9fc8a51 100755
--- a/scripts/init/vyos-router
+++ b/scripts/init/vyos-router
@@ -173,14 +173,14 @@ bind_mount_boot ()
start ()
{
- log_daemon_msg "Waiting for NIC's to settle down"
+ log_daemon_msg "Waiting for NICs to settle down"
# On boot time udev migth take a long time to reorder nic's, this will ensure that
# all udev activity is completed and all nics presented at boot-time will have their
# final name before continuing with vyos-router initialization.
SECONDS=0
udevadm settle
STATUS=$?
- log_progress_msg "setteled in ${SECONDS}sec."
+ log_progress_msg "settled in ${SECONDS}sec."
log_end_msg ${STATUS}
# Fixup for FRR