Skip to content

Commit

Permalink
Merge branch 'main' into barebones
Browse files Browse the repository at this point in the history
  • Loading branch information
CaspianA1 committed May 30, 2024
2 parents fc3a344 + afcb6ae commit aea3d30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/trigger_surprise.bash
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ unsigned_int_pattern='^[0-9]+$'

# Param: the signal to send
try_signal() {
pkill -$1 wbor-studio-dashboard || fail "Could not send the signal '$1' to the dashboard (check if it's running)!"
pkill -f -$1 wbor-studio-dashboard || fail "Could not send the signal '$1' to the dashboard (check if it's running)!"
}

# 1. Send repeated signals to increment surprise index (SIGUSR1)
Expand Down

0 comments on commit aea3d30

Please sign in to comment.