运行前修改文件夹权限

This commit is contained in:
virusdefender
2016-02-13 21:57:39 +08:00
parent d606895d11
commit ca3577f83d
2 changed files with 1 additions and 1 deletions

View File

@@ -1,4 +1,5 @@
#!/usr/bin/env bash
find /code -name "*.pyc" -delete
python -m compileall /code
chown -R nobody:nogroup /code/log /code/test_case /code/upload
exec supervisord