Skip to content
Snippets Groups Projects
Commit 5d1073bd authored by Steffen Vogel's avatar Steffen Vogel :santa_tone2:
Browse files

fix broken port

parent fcbac501
Branches
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@ class Sshfs:
return
options = {
'directport': port,
'directport': self.port,
'cache': True,
'cache_max_size': 536870912, # 512 MiB
'cache_timeout': 60,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment