You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using --sshfs-sharing and passing a description path as relative path e.g --description ../foo/bar this will cause an issue on the later sshfs call because it expects an abs path location
make sure to turn any path into an abspath when used together with --sshfs-sharing
The text was updated successfully, but these errors were encountered:
When using --sshfs-sharing and passing a description path as relative path e.g --description ../foo/bar this will cause an issue on the later sshfs call because it expects an abs path location
make sure to turn any path into an abspath when used together with --sshfs-sharing
The text was updated successfully, but these errors were encountered: