diff --git a/bin/v-list-web-domain b/bin/v-list-web-domain index 9a0e81da..e0f9492c 100755 --- a/bin/v-list-web-domain +++ b/bin/v-list-web-domain @@ -58,7 +58,7 @@ shell_list() { if [ ! -z "$SSL" ] && [ "$SSL" != 'no' ]; then echo "SSL: $SSL / $SSL_HOME" if [ ! -z "$LETSENCRYPT" ] && [ "$LETSENCRYPT" != 'no' ]; then - echo "LETSENCRYPT: $LETSENCRYPT" + echo "LETSENCRYPT: $LETSENCRYPT" fi fi echo "TEMPLATE: $TPL" diff --git a/bin/v-list-web-domains b/bin/v-list-web-domains index 290411f4..a1f11642 100755 --- a/bin/v-list-web-domains +++ b/bin/v-list-web-domains @@ -59,8 +59,8 @@ json_list() { # SHELL list function shell_list() { IFS=$'\n' - echo "DOMAIN IP TPL SSL LETSENCRYPT DISK BW SPND DATE" - echo "------ -- --- --- ----------- ---- -- ---- ----" + echo "DOMAIN IP TPL SSL LETSENCRYPT DISK BW SPND DATE" + echo "------ -- --- --- ----------- ---- -- ---- ----------" while read str; do eval $str echo "$DOMAIN $IP $TPL $SSL $LETSENCRYPT $U_DISK $U_BANDWIDTH $SUSPENDED $DATE"