This commit is contained in:
2023-11-13 07:51:03 -06:00
parent 0110e102fd
commit a7aa9ff522
2 changed files with 3 additions and 3 deletions

View File

@@ -220,7 +220,7 @@ LISTCERTS(){
i=1
for certdir in ${ssldir[@]}; do
if (( i % 12 == 0 )) || [ $i = 0 ]; then
if (( i % 12 == 0 )) || [ $i = 1 ]; then
DIVIDER false yellow 120
echo -e "${lenh}Subject Name Monitored Expires Alternate Subject Names"
DIVIDER false yellow 120

View File

@@ -658,11 +658,11 @@ SITEINFO(){
sites=$(find ${gosite}/*.conf)
fi
i=0
i=1
for sitefile in ${sites[@]}; do
site=${sitefile##*/}; site=${site/.conf/}
siteconfig=$(cat ${sitefile})
if (( i % 12 == 0 )) || [ $i = 0 ]; then
if (( i % 12 == 0 )) || [ $i = 1 ]; then
DIVIDER false yellow ${dl}
[ ${EDIT} -eq 1 ] && msg1='##) Site Hostname' || msg1='Site Hostname'
echo -en "${idsST[Bold]}${idsCL[LightCyan]}"