Commit 0ef2e776 authored by Claes Sjofors's avatar Claes Sjofors

pwr_stop.sh, opc_provider added

parent c5ed7ec8
......@@ -48,6 +48,7 @@
kill -9 `ps ax | grep "rs_remote" | awk '{ print $1}'`
kill -9 `ps ax | grep "sev_server" | awk '{ print $1}'`
kill -9 `ps ax | grep "opc_server" | awk '{ print $1}'`
kill -9 `ps ax | grep "opc_provider" | awk '{ print $1}'`
if [ -u $pwr_exe/rt_ini ]; then
user=`ls -al $pwr_exe/rt_ini | awk '{ print $3}'`
else
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment