From 58e6808038bc448230546dd9039d41e8e86b5e46 Mon Sep 17 00:00:00 2001 From: Kasuyakema Date: Thu, 6 Jul 2023 14:36:51 +0200 Subject: [PATCH] Updated General Script Examples (markdown) --- General-Script-Examples.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/General-Script-Examples.md b/General-Script-Examples.md index 5b1bde6..fc431fb 100644 --- a/General-Script-Examples.md +++ b/General-Script-Examples.md @@ -2,6 +2,9 @@ This wiki page is a repository of example scripts contributed by the community. ## updating document permissions based on the permissions of the documents storage path +Our usecase is to interpret the storage path as a clients file and only give view permissions to employees that handle this client. +This script could be used as a post-processing script if you are confident that the storage path is allways set correctly and not changed later. We just run it at regular intervals. + ```python #!/usr/bin/env python3