diff --git a/inc/sites.inc b/inc/sites.inc index 14fdca93..43ab2246 100755 --- a/inc/sites.inc +++ b/inc/sites.inc @@ -935,6 +935,8 @@ SITEINFO(){ editc=C echo -e "\r\033[K\n\r\033[K\n\r\033[K" echo -e "\033[17A"; for (( c=1; c<=17; c++ )); do echo -e "\r\033[K"; done; echo -e "\033[20A" + [ "${SEARCH}" != "0" ] && SITEINFO -edit -search ${SEARCH} || LISTCERTS -edit + exit 0 ;; esac ;;