mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 18:49:21 -07:00
dns edit domain page
This commit is contained in:
parent
361f0ec7f3
commit
276df0515f
6 changed files with 213 additions and 4 deletions
|
@ -40,9 +40,9 @@ json_list_domain() {
|
|||
echo -e "\t\"$value\": {"
|
||||
else
|
||||
if [ "$fileds_count" -eq "$i" ]; then
|
||||
echo -e "\t\t\"${field//$/}\": \"$value\","
|
||||
else
|
||||
echo -e "\t\t\"${field//$/}\": \"$value\""
|
||||
else
|
||||
echo -e "\t\t\"${field//$/}\": \"$value\","
|
||||
fi
|
||||
fi
|
||||
# Updating iterator
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue