Changeset 739 in MondoRescue for branches/stable/mindi/rootfs/sbin/post-init


Ignore:
Timestamp:
Aug 4, 2006, 11:54:47 AM (18 years ago)
Author:
Bruno Cornec
Message:

Fix bug in start-nfs: $ needs to be escaped in that env.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/mindi/rootfs/sbin/post-init

    r273 r739  
    7272else
    7373    if [ "$iso$nuke$compare$interactive" != "" ] ; then
    74     LogIt "FYI, this CD was made by Mindi, not Mondo." 1
    75     exit 0
    76 
     74        LogIt "FYI, this CD was made by Mindi, not Mondo." 1
     75        exit 0
    7776    else
    78     LogIt "Mindi-Linux has finished booting."
     77        LogIt "Mindi-Linux has finished booting."
    7978    fi
    8079fi
Note: See TracChangeset for help on using the changeset viewer.