Changeset 199 for cleverbox/branches
- Timestamp:
- 09/12/07 18:39:50 (5 years ago)
- Files:
-
- 1 modified
-
cleverbox/branches/0.4/cleverbox/scripts/admin.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
cleverbox/branches/0.4/cleverbox/scripts/admin.py
r198 r199 956 956 os.chmod( svn_repos_path, 0775 ) 957 957 958 # Htdocs directory 959 htdocs_path = os.path.join( self.getConfig('clients_root', 'general'), 960 infos['client'], 961 'htdocs', 962 infos['short_name'] ) 963 964 self._rchown( htdocs_path, int(self.getConfig('apache_user', 'general')), int(self.getConfig('ssh_group', 'general')) ) 965 os.chmod( htdocs_path, 0775 ) 966 958 967 print " Perms fixed\n" 959 968
