Opened 18 years ago
Last modified 18 years ago
#158 closed defect
restore-script edit-mountlist runs 'mondo-restore' (typo) — at Initial Version
Reported by: | Scott Cummings | Owned by: | Bruno Cornec |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | mondo | Version: | 2.2.2 |
Severity: | minor | Keywords: | |
Cc: |
Description
I thought I saw mondorestore saying to run 'edit-mountlist', but I can't find it now. If it really tells you to run this script, then fixing this might save someone following the directions from stumbling here.
Proposed patch:
* mondo-2.21~r1021/src/restore-scripts/mondo/edit-mountlist 2006-05-20 17:29:40.000000000 -0500 --- mondo-2.21~r1021/src/restore-scripts/mondo/edit-mountlist.new 2007-04-26 23:20:50.000000000 -0500 * * 1,4
#!/bin/sh
! mondo-restore --edit-mountlist
exit $?
--- 1,4 ----
#!/bin/sh
! mondorestore --edit-mountlist
exit $?