Changeset 155 for trunk/tool/check.sh
- Timestamp:
- 04/27/11 10:34:53 (12 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/tool/check.sh
r73 r155 11 11 killall renetcolAgg 12 12 sleep 1 13 $1/ src/renetcolMsgCtl $1/src/renetcol13 $1/bin/renetcolMsgCtl $1/bin/renetcol 14 14 echo "renetcolMsgCtl started" 15 15 sleep 2 16 $1/ src/renetcol16 $1/bin/renetcol 17 17 echo "renetcol restarted" 18 $1/ src/renetcolSender $1/src/renetcol 118 $1/bin/renetcolSender $1/bin/renetcol 1 19 19 echo "renetcolSender restarted" 20 $1/ src/renetcolAgg20 $1/bin/renetcolAgg 21 21 else 22 22 echo "All is up"