bundles/samba: fix typo
This commit is contained in:
parent
aff1329122
commit
13bae5c993
1 changed files with 2 additions and 2 deletions
|
@ -19,8 +19,8 @@ allow insecure wide links = yes
|
||||||
browseable = yes
|
browseable = yes
|
||||||
comment = ${opts.get('comment', f'share of {opts["path"]}')}
|
comment = ${opts.get('comment', f'share of {opts["path"]}')}
|
||||||
fake oplocks = yes
|
fake oplocks = yes
|
||||||
force group = ${opts.get('force_group', 'nobody')}
|
force group = ${opts.get('force_group', 'nogroup')}
|
||||||
force user = ${opts.get('force_user', 'nogroup')}
|
force user = ${opts.get('force_user', 'nobody')}
|
||||||
% if opts.get('guest_ok', True):
|
% if opts.get('guest_ok', True):
|
||||||
guest ok = yes
|
guest ok = yes
|
||||||
% else:
|
% else:
|
||||||
|
|
Loading…
Reference in a new issue