Do not output double quote for .cloudfuse content.

Using quote here result in authentication failure.
This commit is contained in:
Pascal Obry
2014-12-03 08:56:46 +01:00
parent 31632792f5
commit 2f354dda59
+3 -3
View File
@@ -551,6 +551,6 @@ echo "${MSG_SUCCESS}" >&2
echo >&2
echo >&2
echo "${MSG_HEAD_RESULT}"
echo "client_id=\"${client_id}\""
echo "client_secret=\"${client_secret}\""
echo "refresh_token=\"${refresh_token}\""
echo "client_id=${client_id}"
echo "client_secret=${client_secret}"
echo "refresh_token=${refresh_token}"