Skip to content
This repository has been archived by the owner on Aug 14, 2024. It is now read-only.

Commit

Permalink
end if
Browse files Browse the repository at this point in the history
  • Loading branch information
nmcc1212 committed Apr 4, 2024
1 parent 2faf502 commit f1db81f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Jenkins/stop.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ if [ -f .pidfile ]; then
for pid in $(cat .pidfile); do
kill $pid
echo "Killed $pid"
done
done
fi

0 comments on commit f1db81f

Please sign in to comment.