diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2018-08-15 22:14:52 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2018-08-15 22:14:52 +0200 |
commit | 415ad3e7236aa6884cb3ad616a6fdf1408c63adc (patch) | |
tree | e5fbe62ffd4a2a4ba01811d97716e75a803b4ea9 /rc/bin/inst | |
parent | cd752a39f8b0b36378800740c0e5915beabfb56d (diff) | |
download | plan9front-415ad3e7236aa6884cb3ad616a6fdf1408c63adc.tar.xz |
inst/startether: fix typo
Diffstat (limited to 'rc/bin/inst')
-rwxr-xr-x | rc/bin/inst/startether | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rc/bin/inst/startether b/rc/bin/inst/startether index 7544378ed..852b2f4c3 100755 --- a/rc/bin/inst/startether +++ b/rc/bin/inst/startether @@ -21,7 +21,7 @@ case go ip/ipconfig -g $gwaddr ether $netdev $ipaddr $ipmask >>[2]/srv/log case automatic >>[2]/srv/log @{ - ip/ipconfig ra6 recva 1 & + ip/ipconfig ra6 recvra 1 & ip/ipconfig & wait } |