From 5fe5f55ea039451d3d900a25f45b688e6d9c3a5d Mon Sep 17 00:00:00 2001 From: VirtuBox Date: Sat, 26 Aug 2023 15:38:49 +0200 Subject: [PATCH] Update proftpd umask to avoid permission issues --- wo/cli/templates/proftpd.mustache | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wo/cli/templates/proftpd.mustache b/wo/cli/templates/proftpd.mustache index d708a69..7c36b8b 100644 --- a/wo/cli/templates/proftpd.mustache +++ b/wo/cli/templates/proftpd.mustache @@ -73,7 +73,7 @@ Group nogroup # Umask 022 is a good standard umask to prevent new files and dirs # (second parm) from being group and world writable. -Umask 022 022 +Umask 002 002 # Normally, we want files to be overwriteable. AllowOverwrite on