mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-14 18:49:17 -07:00
hotfixes for 0.9.7
This commit is contained in:
parent
20f200fbff
commit
2fe720fd06
10 changed files with 233 additions and 32 deletions
|
@ -297,6 +297,7 @@ decrease_user_value() {
|
|||
json_list() {
|
||||
echo '{'
|
||||
fileds_count=$(echo $fields| wc -w )
|
||||
#for line in $(cat $conf); do
|
||||
while read line; do
|
||||
eval $line
|
||||
if [ -n "$data_output" ]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue