Commit 3988bfa5 authored by Claes Sjofors's avatar Claes Sjofors

pwr kill, remove of applications fix

parent bfeae248
......@@ -102,8 +102,8 @@
[ $appid != "pwr_powerlink" ] &&
[ $appid != "pwr_sim" ] &&
[ $appid != "pwr_plc" ] &&
[ $appfile != "rt_io_comm" ] &&
[ $s8 != "pwr_plc_" ]; then
[ "$appfile" != "rt_io_comm" ] &&
[ "$s8" != "pwr_plc_" ]; then
killall $appname
fi
fi
......
......@@ -85,7 +85,7 @@ create_killer()
[ $appid != "pwr_powerlink" ] &&
[ $appid != "pwr_sim" ] &&
[ $appid != "pwr_plc" ] &&
[ $appfile != "rt_io_comm" ] &&
[ "$appfile" != "rt_io_comm" ] &&
[ ${appid:0:8} != "pwr_plc_" ]; then
echo "killall $appname" >> $killer
fi
......
......@@ -85,7 +85,7 @@ create_killer()
[ $appid != "pwr_powerlink" ] &&
[ $appid != "pwr_sim" ] &&
[ $appid != "pwr_plc" ] &&
[ $appfile != "rt_io_comm" ] &&
[ "$appfile" != "rt_io_comm" ] &&
[ ${appid:0:8} != "pwr_plc_" ]; then
echo "killall $appname" >> $killer
fi
......
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