Merge pull request #3 from syncxplus/master

* Update chmod command in Makefile, working on Mac OSX
This commit is contained in:
QingDao Nature Easy Soft Network Technology Co,LTD
2016-02-24 17:05:54 +08:00
+3 -3
View File
@@ -38,9 +38,9 @@ pms:
# notify.zip.
mkdir zentaopms/www/data/notify/
# change mode.
chmod 777 -R zentaopms/tmp/
chmod 777 -R zentaopms/www/data
chmod 777 -R zentaopms/config
chmod -R 777 zentaopms/tmp/
chmod -R 777 zentaopms/www/data
chmod -R 777 zentaopms/config
chmod 777 zentaopms/module
chmod 777 zentaopms/www
chmod a+rx zentaopms/bin/*