mirror of
https://github.com/TurboGit/hubicfuse.git
synced 2026-08-01 18:32:23 +02:00
Do not output double quote for .cloudfuse content.
Using quote here result in authentication failure.
This commit is contained in:
+3
-3
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user