Skip to content
This repository was archived by the owner on Jun 30, 2022. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
return with 0 on non-failure
  • Loading branch information
joao-paulo-parity committed Sep 2, 2021
commit 4899b5fe232d02859a8fcef5d43fe63287f96204
2 changes: 2 additions & 0 deletions run
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,8 @@ handle_exec() {
stop)
if pgrep -u benchbot &>/dev/null; then
sudo pkill -u benchbot
else
return 0
fi
;;
restart)
Expand Down