File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ shell_list() {
5858 if [ ! -z " $SSL " ] && [ " $SSL " != ' no' ]; then
5959 echo " SSL: $SSL / $SSL_HOME "
6060 if [ ! -z " $LETSENCRYPT " ] && [ " $LETSENCRYPT " != ' no' ]; then
61- echo " LETSENCRYPT: $LETSENCRYPT "
61+ echo " LETSENCRYPT: $LETSENCRYPT "
6262 fi
6363 fi
6464 echo " TEMPLATE: $TPL "
Original file line number Diff line number Diff line change @@ -59,8 +59,8 @@ json_list() {
5959# SHELL list function
6060shell_list () {
6161 IFS=$' \n '
62- echo " DOMAIN IP TPL SSL LETSENCRYPT DISK BW SPND DATE"
63- echo " ------ -- --- --- ----------- ---- -- ---- ----"
62+ echo " DOMAIN IP TPL SSL LETSENCRYPT DISK BW SPND DATE"
63+ echo " ------ -- --- --- ----------- ---- -- ---- ---------- "
6464 while read str; do
6565 eval $str
6666 echo " $DOMAIN $IP $TPL $SSL $LETSENCRYPT $U_DISK $U_BANDWIDTH $SUSPENDED $DATE "
You can’t perform that action at this time.
0 commit comments