Update sites.inc
This commit is contained in:
@@ -643,8 +643,10 @@ SITEINFO(){
|
||||
declare -A SITELIST
|
||||
if [ "${gosite}" != "" ]; then
|
||||
if [ "${SEARCH}" != "0" ]; then
|
||||
echo searching
|
||||
sites=$(find ${gosite}/*${SEARCH,,}*.conf)
|
||||
else
|
||||
echo not searching
|
||||
sites=$(find ${gosite}/*.conf)
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user