private samba shares are not read only anymore

This commit is contained in:
Ingolf Wagner 2020-06-07 11:48:41 +02:00
parent d219a65110
commit eb5325e29a
Signed by: palo
GPG key ID: 76BF5F1928B9618B

View file

@ -77,7 +77,7 @@ in {
browsable = "yes";
comment = "read only share ${name}";
path = folder;
"read only" = "yes";
"read only" = "no";
"valid users" = users;
"guest ok" = "false";
};