diff --git a/acme.sh b/acme.sh index 1ddec824..c4e5bde7 100755 --- a/acme.sh +++ b/acme.sh @@ -102,6 +102,10 @@ __INTERACTIVE="" if [ -t 1 ]; then __INTERACTIVE="1" fi +if [[ "$TERM" =~ "^vt" ]] +then + unset __INTERACTIVE +fi __green() { if [ "$__INTERACTIVE" ]; then