Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
acaranta committed Apr 21, 2021
1 parent 425e1b5 commit a77dbf1
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 @@ -37,7 +37,7 @@ while true; do
if [ $? -gt 0 ]; then
echo "$(date) - Found changes in /hacfg/certs file..."
#if it changed, then copy it and reload properly haproxy
cp -rf /hacfg/certs /etc/haproxy/certs
cp -rf /hacfg/certs/* /etc/haproxy/certs/
RELOAD=1
fi

Expand Down

0 comments on commit a77dbf1

Please sign in to comment.