Script Refactoring

pull/2148/head
skiffer-git 2 years ago
parent d41a2b4b99
commit eb530a908c

@ -18,12 +18,10 @@ kill_exist_binaries
result=$(check_binaries_stop) result=$(check_binaries_stop)
ret_val=$? ret_val=$?
if [ $ret_val -eq 0 ]; then if [ $ret_val -ne 0 ]; then
echo "All binaries are stopped." echo "$result"
else echo "abort..."
echo "$result" exit 1
echo "abort..."
exit 1
fi fi

Loading…
Cancel
Save