AvinashReddy3108 / rclone-mount-magisk

A fork of @piyushgarg's 'rclone-mount', with fixes, updated binaries, x86 support, and more..
103 stars 16 forks source link

.*.param file line break #7

Closed yangmeishu closed 2 years ago

yangmeishu commented 2 years ago

.*.param requires LF for line breaks, and CRLF will go wrong. This problem has bothered me for too long. In addition, the http service cannot be used. Is it a problem with rclone?

AvinashReddy3108 commented 2 years ago
yangmeishu commented 2 years ago

In the .*.param file, when I use CRLF line breaks, the service is started. The mounted folder is empty. When I use LF line breaks, everything works fine.

AvinashReddy3108 commented 2 years ago

In the .*.param file, when I use CRLF line breaks, the service is started. The mounted folder is empty. When I use LF line breaks, everything works fine.

In that case, the best I can do is to add a cautionary note about this in the README.md or something.

yangmeishu commented 2 years ago

Yes, thank you. I hope that everyone who uses this tool can contribute some of their own experience and help more people