Skip to content

Commit

Permalink
Recursively change permissions.
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Apr 9, 2014
1 parent 44b1c13 commit 3c5ac85
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bundles/groupware/docs/INSTALL
Expand Up @@ -556,7 +556,7 @@ Configuring Horde Groupware
belongs to, and then making them readable only to owner and group. For
example, if your webserver runs as ``www.www``, do as follows::

chown root.www config/*
chown -R root.www config/*
find config/ -type f -exec chmod 0440 '{}' \;

b. User Passwords
Expand Down
2 changes: 1 addition & 1 deletion bundles/webmail/docs/INSTALL
Expand Up @@ -603,7 +603,7 @@ Configuring Horde Groupware Webmail Edition
owner and group. For example, if your webserver runs as ``www.www``, do
as follows::

chown root.www config/*
chown -R root.www config/*
find config/ -type f -exec chmod 0440 '{}' \;

b. User Passwords
Expand Down
2 changes: 1 addition & 1 deletion horde/docs/INSTALL
Expand Up @@ -733,7 +733,7 @@ Configuring Horde
to, and then making them readable only to owner and group. For example,
if your webserver runs as ``www.www``, do as follows::

chown root.www config/*
chown -R root.www config/*
find config/ -type f -exec chmod 0440 '{}' \;

b. Sessions
Expand Down

0 comments on commit 3c5ac85

Please sign in to comment.