mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-19 04:50:46 -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 function
|
||||||
shell_list() {
|
shell_list() {
|
||||||
IFS=$'\n'
|
IFS=$'\n'
|
||||||
echo "DOMAIN IP TPL SSL LETSENCRYPT DISK BW SPND DATE"
|
echo "DOMAIN IP TPL SSL LETSENCRYPT DISK BW SPND DATE "
|
||||||
echo "------ -- --- --- ----------- ---- -- ---- ----------"
|
echo "------ -- --- --- ----------- ---- -- ---- ----------"
|
||||||
while read str; do
|
while read str; do
|
||||||
eval $str
|
eval $str
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue