update
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
VERS='4.13.30-11132023'
|
VERS='4.13.31-11132023'
|
||||||
|
|
||||||
noheader=' service status-check nightlyrephp7.3-fpm,new backup report check checkcerts gitea update-nodes copynpmcerts singleservercheck update-dyndns backup-offsitepfsense gui nightlyreview update '
|
noheader=' service status-check nightlyrephp7.3-fpm,new backup report check checkcerts gitea update-nodes copynpmcerts singleservercheck update-dyndns backup-offsitepfsense gui nightlyreview update '
|
||||||
CERT_DAEMON='/snap/bin/certbot'
|
CERT_DAEMON='/snap/bin/certbot'
|
||||||
|
|||||||
@@ -359,9 +359,11 @@ LISTCERTS(){
|
|||||||
[ "${SEARCH}" != "0" ] && LISTCERTS -edit -search ${SEARCH} || LISTCERTS -edit
|
[ "${SEARCH}" != "0" ] && LISTCERTS -edit -search ${SEARCH} || LISTCERTS -edit
|
||||||
exit 0
|
exit 0
|
||||||
;;
|
;;
|
||||||
*) [ "${delconfirm}" !="" ] echo ;;
|
*)
|
||||||
|
[ "${delconfirm}" !="" ] && echo
|
||||||
|
echo -e "\033[5A"; for (( c=1; c<=5; c++ )); do echo -e "\033[K"; done; echo -e "\033[5A"
|
||||||
|
;;
|
||||||
esac
|
esac
|
||||||
echo -e "\033[5A"; for (( c=1; c<=5; c++ )); do echo -e "\033[K"; done; echo -e "\033[5A"
|
|
||||||
;;
|
;;
|
||||||
[Ee])
|
[Ee])
|
||||||
echo -e "\033[K"
|
echo -e "\033[K"
|
||||||
|
|||||||
@@ -889,7 +889,7 @@ SITEINFO(){
|
|||||||
case "${delconfirm}" in
|
case "${delconfirm}" in
|
||||||
[Yy])
|
[Yy])
|
||||||
echo -en "\n\n${idsCL[LightCyan]}Removing site ... "
|
echo -en "\n\n${idsCL[LightCyan]}Removing site ... "
|
||||||
# DELSITE -site ${site} -ssl yes >/dev/null 2>&1
|
DELSITE -site ${site} -ssl yes >/dev/null 2>&1
|
||||||
echo -e "${idsCL[LightGreen]}Done\n${idsCL[Default]}"
|
echo -e "${idsCL[LightGreen]}Done\n${idsCL[Default]}"
|
||||||
[ "${SEARCH}" != "0" ] && SITEINFO -edit -search ${SEARCH} || SITEINFO -edit
|
[ "${SEARCH}" != "0" ] && SITEINFO -edit -search ${SEARCH} || SITEINFO -edit
|
||||||
exit 0
|
exit 0
|
||||||
@@ -899,8 +899,6 @@ SITEINFO(){
|
|||||||
echo -e "\033[5A"; for (( c=1; c<=5; c++ )); do echo -e "\033[K"; done; echo -e "\033[5A"
|
echo -e "\033[5A"; for (( c=1; c<=5; c++ )); do echo -e "\033[K"; done; echo -e "\033[5A"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
|
||||||
;;
|
;;
|
||||||
[Ee])
|
[Ee])
|
||||||
echo -e "\033[K"
|
echo -e "\033[K"
|
||||||
|
|||||||
Reference in New Issue
Block a user