Update sites.inc
This commit is contained in:
@@ -561,7 +561,7 @@ SITEINFO(){
|
|||||||
declare -A SITELIST
|
declare -A SITELIST
|
||||||
if [ "${gosite}" != "" ]; then
|
if [ "${gosite}" != "" ]; then
|
||||||
[ "${SEARCH}" != "0" ] && siteslist=$(find ${gosite}/*${SEARCH,,}*.conf) || siteslist=$(find ${gosite}/*.conf)
|
[ "${SEARCH}" != "0" ] && siteslist=$(find ${gosite}/*${SEARCH,,}*.conf) || siteslist=$(find ${gosite}/*.conf)
|
||||||
echo "HERE: '$sites'"
|
echo "HERE: '$siteslist'"
|
||||||
if [ "${siteslist}" != "" ]; then
|
if [ "${siteslist}" != "" ]; then
|
||||||
i=1
|
i=1
|
||||||
for sitefile in ${siteslist[@]}; do
|
for sitefile in ${siteslist[@]}; do
|
||||||
|
|||||||
Reference in New Issue
Block a user