Changeset 2254 in MondoRescue


Ignore:
Timestamp:
Jul 5, 2009, 2:42:40 AM (15 years ago)
Author:
Bruno Cornec
Message:

r3166@localhost: bruno | 2009-07-03 17:20:14 +0200
Syntax improvement on the previous commit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.9/mindi/rootfs/sbin/start-nfs

    r2253 r2254  
    7878
    7979    # Save the script on the NFS share locally
    80     if [ echo "$script" | grep -E "^/tmp/isodir" ]; then
     80    if [ "`echo $script | grep -E '^/tmp/isodir'`" ]; then
    8181        cp $script /tmp
    8282        LogIt "Copying $script under /tmp"
Note: See TracChangeset for help on using the changeset viewer.