Ignore:
Timestamp:
Jan 7, 2018, 2:52:31 PM (6 years ago)
Author:
Bruno Cornec
Message:

Remove usage of groovy word to clarify what is done

File:
1 edited

Legend:

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

    r3359 r3697  
    1212        if [ "`grep "using-cdstream yes" /tmp/mondorestore.cfg 2> /dev/null`" ]; then
    1313            pwd=`pwd`
    14             cd $GROOVY
     14            cd $EXTRACTDIR
    1515            tar -zxf $device 2> /tmp/mount.log
    1616            res=$?
     
    6565
    6666[ "$1" = "--second-try" ] && SECOND_TRY=yes
    67 if [ ! "$GROOVY" ] ; then
    68     LogIt "I'm not groovy!"
    69     exit 1
    70 fi
    7167
    7268TryToFindCDROM
Note: See TracChangeset for help on using the changeset viewer.