Skip to content

Commit eb01be1

Browse files
committed
solve review comments
1 parent b4c009e commit eb01be1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sbin/spark-daemon.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ case $option in
168168
TARGET_ID="$(cat "$pid")"
169169
if [[ $(ps -p "$TARGET_ID" -o comm=) =~ "java" ]]; then
170170
echo "stopping $command"
171-
kill "$TARGET_ID" && rm -f $pid
171+
kill "$TARGET_ID" && rm -f "$pid"
172172
else
173173
echo "no $command to stop"
174174
fi

0 commit comments

Comments
 (0)