Skip to content

Commit

Permalink
Removed debug messages
Browse files Browse the repository at this point in the history
  • Loading branch information
acaranta committed Dec 5, 2022
1 parent 64f5293 commit 2e2b563
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions inotifreload.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@ while true; do
fi

#Check for difference
echo "diff"
diff /hacfg/$item /etc/haproxy/$item
diff /hacfg/$item /etc/haproxy/$item 2>&1 >/dev/null
if [ $? -gt 0 ]; then
echo "$(date) - Found changes in /hacfg/$item ..."
Expand Down

0 comments on commit 2e2b563

Please sign in to comment.