Commit f28b66d3 by Oliver Pinter

and finally it works...

parent 47185d80
...@@ -55,6 +55,10 @@ NSMBRC = '/etc/nsmb.conf' ...@@ -55,6 +55,10 @@ NSMBRC = '/etc/nsmb.conf'
nsmbrc_template_freebsd = ( nsmbrc_template_freebsd = (
'[CLOUD:%(USERNAME)s]\n' '[CLOUD:%(USERNAME)s]\n'
'addr=%(host)s\n' 'addr=%(host)s\n'
'password=%(password)s\n'
'\n'
'[CLOUD]\n'
'addr=%(host)s\n'
'password=%(password)s\n') 'password=%(password)s\n')
class Context(BaseContext): class Context(BaseContext):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment