Skip to content

Commit

Permalink
Revert "output the logs by removing devnull and increase timeout to e…
Browse files Browse the repository at this point in the history
…nsure serf call"

This reverts commit 52ad9b7.
  • Loading branch information
ljblancoredborder committed Jun 4, 2024
1 parent 52ad9b7 commit 7a0484f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/bin/rb_wakeup_chef.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ done

if [ $wmanagers -eq 1 ]; then
if [ "x$service" == "x" ]; then
/usr/bin/serf query -timeout=1000ms -no-ack wakeup-chef
/usr/bin/serf query -timeout=250ms -no-ack wakeup-chef &>/dev/null
else
# TODO
wakeup_node_service $service &>/dev/null #Only wakeup in local node if the service exists
Expand Down

0 comments on commit 7a0484f

Please sign in to comment.