Update sites.inc

This commit is contained in:
2023-12-02 14:16:18 -06:00
parent 19834e73a0
commit 1dcf70cfc6

View File

@@ -561,7 +561,7 @@ SITEINFO(){
declare -A SITELIST
if [ "${gosite}" != "" ]; then
[ "${SEARCH}" != "0" ] && siteslist=$(find ${gosite}/*${SEARCH,,}*.conf) || siteslist=$(find ${gosite}/*.conf)
echo "HERE: '$sites'"
echo "HERE: '$siteslist'"
if [ "${siteslist}" != "" ]; then
i=1
for sitefile in ${siteslist[@]}; do