Update sites.inc

This commit is contained in:
2023-11-13 22:21:30 -06:00
parent 2bd68d5840
commit d6702712c0

View File

@@ -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
;;