Ignore:
Timestamp:
Feb 26, 2011, 8:55:00 PM (13 years ago)
Author:
Bruno Cornec
Message:
  • Fix 2 redirections issues
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.9/mindi/rootfs/sbin/find-and-mount-cdrom

    r1983 r2734  
    7676fi
    7777[ "$1" = "--second-try" ] && exit 1;
    78 if [ "`grep "using-cdstream yes" /tmp/mondo-restore.cfg 2 > /dev/null`" ] ; then
     78if [ "`grep "using-cdstream yes" /tmp/mondo-restore.cfg 2> /dev/null`" ] ; then
    7979    LogIt "Because you are using cdstream, I won't try to mount CD."
    8080    exit 0
Note: See TracChangeset for help on using the changeset viewer.