mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-17 19:28:50 +00:00
Make example scripts in documentation executable.
Addresses bug #3053 at http://sogo.nu/bugs/view.php?id=3053
This commit is contained in:
@@ -21,6 +21,12 @@ case "$1" in
|
||||
# update timestamp on imgs,css,js to let apache know the files changed
|
||||
find /usr/lib/GNUstep/SOGo/WebServerResources -exec touch {} \;
|
||||
|
||||
# Make example scripts in /usr/share/doc/sogo/ executable
|
||||
# (they do not really belong there, we are violating Debian
|
||||
# packaging guidelines, but OTOH moving these files now would
|
||||
# break lots of setups)
|
||||
chmod a+x /usr/share/doc/sogo/*.sh
|
||||
|
||||
# Enforce owner+mode on configuration
|
||||
chmod 750 /etc/sogo
|
||||
chown root:sogo /etc/sogo
|
||||
|
||||
Reference in New Issue
Block a user