• Main INDEX
  • Monthly INDEX
  • PREV
  • NEXT
    Make New Entry, Make Followup Entry

    User name Pengjia

    Log entry time 21:17:05 on November 21, 2011

    Entry number 359431

    keyword=startcoda script changed

    I added some codes in startcoda script, it can take a warning while the
    coda is already running.
    
    pidlist=`ps -ef|grep rcgui | grep -v "grep"|grep -v 'emacs' | awk '{print
    $2}'`
    if [ "$pidlist" != "" ] ; then
        echo "coda is already running, are you sure you want to start a new
    coda? this will kill the previous process."
        read -p "Input Y or y to start a new coda:  " choice
        echo $choice
        if [ "$choice" != "y" -a "$choice" != "Y" ] ; then
    	exit
        fi
    fi
    


    A copy of this log entry has been emailed to: camsonne@jlab.org,vasulk@jlab.org,kalyan@jlab.org,rbziel@jlab.org,tbadman@jlab.org,melissac@jlab.org