From a77dbf1ef497a638ea0ef20434fe77240df48c7a Mon Sep 17 00:00:00 2001 From: acaranta Date: Thu, 22 Apr 2021 01:08:22 +0200 Subject: [PATCH] typo --- inotifreload.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inotifreload.sh b/inotifreload.sh index c442d28..59cdd38 100755 --- a/inotifreload.sh +++ b/inotifreload.sh @@ -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