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