Changeset 744 in ETALON for CLIO/control/run_all.sh


Ignore:
Timestamp:
Nov 2, 2017, 12:38:09 PM (7 years ago)
Author:
delerue
Message:

CLIO control system updated

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CLIO/control/run_all.sh

    r638 r744  
    1616fi
    1717
     18if [ -eq `ps -edf | grep motor_monitor | grep -cv grep ` 0 ];
     19   echo "To start the motors monitor type cd control ; python motor_monitor.py "
     20   exit -1
     21fi
     22
     23
     24if [ -eq `ps -edf | grep run_makefile_recent | grep -cv grep ` 0 ];
     25   echo "To start the files process type /home/etalon-admin/control/run_makefile_recent.sh "
     26   exit -1
     27fi
     28
     29
     30   
    1831#launch makefile
    1932# run_makefile
Note: See TracChangeset for help on using the changeset viewer.