From 0fccfde775ecfd7e2c35820ee373a26966a30622 Mon Sep 17 00:00:00 2001 From: lgromero Date: Tue, 3 Dec 2024 13:16:11 +0100 Subject: [PATCH] refs #1200 changes resource oglog dir for client_log --- etc/smb-ogboot.conf.tmpl | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/etc/smb-ogboot.conf.tmpl b/etc/smb-ogboot.conf.tmpl index 84294d6..1847a72 100644 --- a/etc/smb-ogboot.conf.tmpl +++ b/etc/smb-ogboot.conf.tmpl @@ -8,7 +8,16 @@ [ogclient] comment = OpenGnsys Client browseable = no - writeable = yes + writeable = no locking = no path = __OGBOOTDIR__/client guest ok = no + +[oglog] + comment = OpenGnsys Log + browseable = no + writeable = yes + locking = no + path = __OGBOOTDIR__/client_log + guest ok = no +