Shellcheck comments (#9595)

This commit is contained in:
mehrdadn
2020-07-21 14:47:09 -07:00
committed by GitHub
parent a2f31195c6
commit 4f470c3fc1
11 changed files with 24 additions and 0 deletions
+3
View File
@@ -1,6 +1,9 @@
#!/usr/bin/env bash
# Stop backend processes
ray stop
# Kill Java workers
# shellcheck disable=SC2009
ps aux | grep DefaultWorker | grep -v grep | awk '{print $2}' | xargs kill -9
# Remove temp files
rm -rf /tmp/ray