This commit is contained in:
2023-05-24 22:25:40 -05:00
parent 2505bab729
commit dffcaf6633
2 changed files with 9 additions and 3 deletions

View File

@@ -199,7 +199,7 @@ LISTCERTS(){
done
unset IFS
if [ ! -z ${LOCAL_SERVICES+x} ]; then
NCMD="ssh root@${MYSQL_HOSTS[0]}"
NCMD="ssh root@${LB_HOSTS[0]}"
#${NCMD} rm -f /tmp/ssllist
#${NCMD} 'for certdir in /etc/letsencrypt/live/*/ ; do echo $certdir; done' > /tmp/ssllist
else