Changeset 537

Show
Ignore:
Timestamp:
05/23/08 21:10:08 (8 months ago)
Author:
gbooker
Message:

Fixed a few bugs

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/SapphireFrappliance/scripts/installSapphire.sh

    r536 r537  
    7979        echo "Sapphire successfully installed" 
    8080        echo 
     81        RESTART=1 
    8182fi 
    8283 
     
    9091                echo "== Restarting $FINDER" 
    9192                 
    92                 kill `ps aux | grep $FINDERGREP | awk '{print $1}'` 
     93                kill `ps awx | grep "$FINDERGREP" | awk '{print $1}'` 
    9394        fi 
    9495fi