summaryrefslogtreecommitdiff
path: root/net-physical
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2013-04-15 00:22:13 +0000
committerIgor Pashev <pashev.igor@gmail.com>2013-04-15 00:22:13 +0000
commit37558950a89736685f3b0b1c05841603db86495d (patch)
tree373c90f841a084b5c1abff6f1cd5e3e45e46ce1c /net-physical
parent90058f1bce970fe79bce25891c0b1007f7b51af5 (diff)
downloadlive-37558950a89736685f3b0b1c05841603db86495d.tar.gz
Typo
Diffstat (limited to 'net-physical')
-rwxr-xr-xnet-physical2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-physical b/net-physical
index 0a0a8da..6a4fa35 100755
--- a/net-physical
+++ b/net-physical
@@ -7,7 +7,7 @@ for link in $links; do
echo "Plumbing $link ... " >/dev/msglog
if ipadm "create-if" $link 2>/dev/null; then # create-if is in quotes because ViM goes crazy
echo "Plumbed $link!" >/dev/msglog
- printf "Trying DHCP for $link ... " >/dev/msglog
+ echo "Trying DHCP for $link ... " >/dev/msglog
if ipadm create-addr -T dhcp -w 7 $link/dhcp 2>/dev/null; then
echo "Successfully configured $link via DHCP!" >/dev/msglog
exit 0