Opened 11 years ago

Closed 11 years ago

#713 closed defect (fixed)

iproute error in mindi start-nfs

Reported by: victor gattegno Owned by: victor gattegno
Priority: high Milestone: 3.0.5
Component: mindi Version: 3.0.4
Severity: major Keywords: mindi iproute netfs
Cc: victor gattegno, rue

Description

In start-nfs [rev #3168], line 20, I see:

iptoute=`grep netfs-route /tmp/mondo-restore.cfg 2> /dev/null | cut -d' ' -f2-`

It should be iproute instead of iptoute:

iproute=`grep netfs-route /tmp/mondo-restore.cfg 2> /dev/null | cut -d' ' -f2-`

Change History (1)

comment:1 by Bruno Cornec, 11 years ago

Resolution: fixed
Status: newclosed

Fixed in rev [3178]

Note: See TracTickets for help on using tickets.