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
|
||||||
gofor=false
|
gofor=false
|
||||||
[ "${SEARCH}" != "0" ] && [ -f ${gosite}/*${SEARCH,,}*.conf ] && gofor=true
|
[ "${SEARCH}" != "0" ] && [ -f "${gosite}/*${SEARCH,,}*.conf" ] && gofor=true
|
||||||
[ "${SEARCH}" == "0" ] && [ -f ${gosite}/*.conf ] && gofor=true
|
[ "${SEARCH}" == "0" ] && [ -f ${gosite}/*.conf ] && gofor=true
|
||||||
|
|
||||||
if [ "${gofor}" == "true" ]; then
|
if [ "${gofor}" == "true" ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user