Commit df5b6af2 authored by Lucas Russo's avatar Lucas Russo

shudown.sh: remove bash conditional execution (&&)

The && operator was removed from the chain of "kills"
so that even if the previous process is not found it
proceeds with killing the next ones
parent 56742cca
......@@ -6,7 +6,7 @@ then
exit 1
fi
killall mdp_broker &&
killall dev_io &&
killall mdp_broker
killall dev_io
killall dev_mngr
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