Skip to content

Commit c2f39ce

Browse files
committed
*Fix shell alignment of LETSENCRYPT
1 parent 420290b commit c2f39ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/v-list-web-domains

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ json_list() {
5959
# SHELL list function
6060
shell_list() {
6161
IFS=$'\n'
62-
echo "DOMAIN IP TPL SSL LETSENCRYPT DISK BW SPND DATE"
62+
echo "DOMAIN IP TPL SSL LETSENCRYPT DISK BW SPND DATE "
6363
echo "------ -- --- --- ----------- ---- -- ---- ----------"
6464
while read str; do
6565
eval $str

0 commit comments

Comments
 (0)