Skip to content

Commit

Permalink
Corrected wrong rsync path
Browse files Browse the repository at this point in the history
  • Loading branch information
acaranta committed Apr 22, 2021
1 parent fe62302 commit d07e14b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inotifreload.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ while true; do
if [ $? -gt 0 ]; then
echo "$(date) - Found changes in /hacfg/certs directory ..."
#if it changed, then copy it and set for reload
rsync -ad /hacfg/certs /haproxy --delete
rsync -ad /hacfg/certs /etc/haproxy --delete
RELOAD=1
fi
fi
Expand Down

0 comments on commit d07e14b

Please sign in to comment.