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