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
|
||||
comment = ${opts.get('comment', f'share of {opts["path"]}')}
|
||||
fake oplocks = yes
|
||||
force group = ${opts.get('force_group', 'nobody')}
|
||||
force user = ${opts.get('force_user', 'nogroup')}
|
||||
force group = ${opts.get('force_group', 'nogroup')}
|
||||
force user = ${opts.get('force_user', 'nobody')}
|
||||
% if opts.get('guest_ok', True):
|
||||
guest ok = yes
|
||||
% else:
|
||||
|
|
Loading…
Reference in a new issue