mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-14 02:28:03 -07:00
*Fix shell alignment of LETSENCRYPT
This commit is contained in:
parent
420290bc91
commit
c2f39cee39
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ json_list() {
|
|||
# SHELL list function
|
||||
shell_list() {
|
||||
IFS=$'\n'
|
||||
echo "DOMAIN IP TPL SSL LETSENCRYPT DISK BW SPND DATE"
|
||||
echo "DOMAIN IP TPL SSL LETSENCRYPT DISK BW SPND DATE "
|
||||
echo "------ -- --- --- ----------- ---- -- ---- ----------"
|
||||
while read str; do
|
||||
eval $str
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue