Skip to content

Commit

Permalink
Merge pull request #132 from redBorder/development
Browse files Browse the repository at this point in the history
Release 1.3.2
  • Loading branch information
JPeraltaNic committed Jun 13, 2024
2 parents e79f9f4 + 463dbce commit 1211522
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.3.1
1.3.2
4 changes: 2 additions & 2 deletions resources/bin/rb_wakeup_chef.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,16 +46,16 @@ service=""
while getopts "hcs:l" name
do
case $name in
h) usage;;
c) wmanagers=1;;
l) showlogs=1;;
s) service="$OPTARG";;
*) usage;;
esac
done

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

0 comments on commit 1211522

Please sign in to comment.