Skip to content

Commit

Permalink
add diag output to sendtierbeacon.sh for logging
Browse files Browse the repository at this point in the history
  • Loading branch information
pcaskey committed Feb 13, 2017
1 parent 29ee679 commit c41520a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions files/bin/sendtierbeacon.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ LOGPORT="5000"
LOGTEXT="TIERBEACON/TIER/1.0#IM=$IMAGENAME#IV=$VERSION-$TIERVERSION#MT=$MAINTAINER#"
if [ -z "$TIER_BEACON_OPT_OUT" ]; then
`logger -n $LOGHOST -P $LOGPORT -t TIERBEACON $LOGTEXT`
echo "TIER beacon sent."
fi

0 comments on commit c41520a

Please sign in to comment.