remove space
This commit is contained in:
parent
feb80efcbe
commit
676553a371
|
@ -140,7 +140,7 @@ if [[ $zone_status = 200 ]]; then
|
||||||
if [[ -z $account ]]; then
|
if [[ -z $account ]]; then
|
||||||
account=$(/usr/bin/hostname -f)
|
account=$(/usr/bin/hostname -f)
|
||||||
fi
|
fi
|
||||||
data= "$data,\"comments\":[{\"content\":\"$comment\",\"account\":\"$account\"}]"
|
data="$data,\"comments\":[{\"content\":\"$comment\",\"account\":\"$account\"}]"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# close out json string
|
# close out json string
|
||||||
|
|
Loading…
Reference in New Issue
Block a user