Update sites.inc
This commit is contained in:
@@ -561,7 +561,7 @@ SITEINFO(){
|
||||
declare -A SITELIST
|
||||
if [ "${gosite}" != "" ]; then
|
||||
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
|
||||
|
||||
if [ "${gofor}" == "true" ]; then
|
||||
|
||||
Reference in New Issue
Block a user