Merge "jq 1.5 support"

This commit is contained in:
Jenkins 2015-10-13 18:48:42 +00:00 committed by Gerrit Code Review
commit 7461b01e39
1 changed files with 1 additions and 1 deletions

View File

@ -258,7 +258,7 @@ jq "." <<EOF > $JSONFILE
"host-ip":"$HOSTIP",
"power_manager":"$POWER_MANAGER",
"seed-ip":"$SEEDIP",
"ssh-key":"$(cat $SSH_KEY)",
"ssh-key":"$(cat $SSH_KEY|sed 's,$,\\n,'|tr -d '\n')",
"ssh-user":"$SSH_USER"
}
EOF