From 378dc0ccc116b2e8a24841adc295b0d90cb2a9d3 Mon Sep 17 00:00:00 2001 From: Alexander Gabriel Date: Wed, 28 Jul 2021 00:05:14 +0100 Subject: [PATCH] changed description of share --- templates/smb.conf.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/smb.conf.j2 b/templates/smb.conf.j2 index a2ceb1c..ad7a4c0 100644 --- a/templates/smb.conf.j2 +++ b/templates/smb.conf.j2 @@ -245,11 +245,11 @@ create mask = 0755 public = no [roshare] -comment = Vault +comment = Read Only Share path = /var/cache/rsnapshot browsable = yes guest ok = no read only = yes read list = vault -create mask = 0755 +create mask = 0644 public = no