Browse Source

Merge 349496ddca into 08b4e1a744

pull/893/merge
tx-acme 9 years ago
committed by GitHub
parent
commit
70dedabdd4
  1. 4
      acme.sh

4
acme.sh

@ -102,6 +102,10 @@ __INTERACTIVE=""
if [ -t 1 ]; then
__INTERACTIVE="1"
fi
if [[ "$TERM" =~ "^vt" ]]
then
unset __INTERACTIVE
fi
__green() {
if [ "$__INTERACTIVE${ACME_NO_COLOR}" = "1" ]; then

Loading…
Cancel
Save