mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-24 11:41:58 +00:00
use server address unadorned
This commit is contained in:
parent
1c171e3add
commit
48458cb2b1
1 changed files with 1 additions and 1 deletions
|
@ -13,6 +13,6 @@ case Linux
|
|||
exec mount -o 'ro,timeo=100,rsize=8192,retrans=5,port=12049,mountport=12049,mountvers=3,nfsvers=3,nolock,soft,intr,udp' \
|
||||
$server:/dump $mtpt
|
||||
case *
|
||||
exec vmount0 -h 00 udp!$server!12049 $mtpt
|
||||
exec vmount0 -h 00 $server $mtpt
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue