bundles/samba: fix typo

This commit is contained in:
Franzi 2024-08-23 19:47:19 +02:00
parent aff1329122
commit 13bae5c993
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -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: