]> git.plutz.net Git - shellwiki/blobdiff - acl.sh
Separate file for attachment edit functions. Functions to move attached files.
[shellwiki] / acl.sh
diff --git a/acl.sh b/acl.sh
index d232ea0138d4f5614ef4c61fc7d97548c0e85d4b..0ba66631d40c6709e1b59ee2e41f6dfde4167cc0 100755 (executable)
--- a/acl.sh
+++ b/acl.sh
@@ -1,5 +1,8 @@
 #!/bin/sh
 
+[ "$include_acl" ] && return 0
+include_acl="$0"
+
 # ACL_OVERRIDE="${ACL_OVERRIDE:-Admin:read,write}"
 ACL_DEFAULT="${ACL_DEFAULT:-Known:read,write${BR}All:read}"