From 420290bc917fce60214cae88ec1f4fdca3620b95 Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Tue, 18 Oct 2016 18:21:52 -0400 Subject: [PATCH] *Fix shell alignment of LETSENCRYPT --- bin/v-list-web-domain | 2 +- bin/v-list-web-domains | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/v-list-web-domain b/bin/v-list-web-domain index 9a0e81da5..e0f9492cb 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 290411f43..a1f11642a 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"