mirror of
https://github.com/TurboGit/hubicfuse.git
synced 2026-08-02 02:42:00 +02:00
Fix hubic_token script to handling % correctly
This commit is contained in:
+1
-1
@@ -250,7 +250,7 @@ error()
|
||||
|
||||
urlenc()
|
||||
{
|
||||
echo "$1" | sed -e 's|%|%21|g' \
|
||||
echo "$1" | sed -e 's|%|%25|g' \
|
||||
-e 's|!|%21|g' \
|
||||
-e 's|#|%23|g' \
|
||||
-e 's|\$|%24|g' \
|
||||
|
||||
Reference in New Issue
Block a user