From 13bae5c993add0a03153e33357ff1d1e13b2b081 Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Fri, 23 Aug 2024 19:47:19 +0200 Subject: [PATCH] bundles/samba: fix typo --- bundles/samba/files/smb.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bundles/samba/files/smb.conf b/bundles/samba/files/smb.conf index 325b040..c9a7859 100644 --- a/bundles/samba/files/smb.conf +++ b/bundles/samba/files/smb.conf @@ -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: