hotfixes for 0.9.7

This commit is contained in:
Serghey Rodin 2012-04-18 12:06:35 +03:00
commit 2fe720fd06
10 changed files with 233 additions and 32 deletions

View file

@ -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