* adjust the permission of config and module directories.

This commit is contained in:
wangchunsheng
2011-12-23 01:20:59 +00:00
parent ce34222940
commit a4ea2891d5
+2 -1
View File
@@ -44,7 +44,8 @@ tgz:
# change mode.
chmod 777 -R zentaopms/tmp/
chmod 777 -R zentaopms/www/data
chmod 777 zentaopms/config
chmod 777 -R zentaopms/config
chmod 777 zentaopms/module
chmod a+rx zentaopms/bin/*
find zentaopms/ -name ext |xargs chmod -R 777
# zip it.