nginx: new package
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
#!/usr/bin/python
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
import os
|
||||
|
||||
def postInstall(fromVersion, fromRelease, toVersion, toRelease):
|
||||
os.system("/bin/chown -R nginx:nginx /var/lib/nginx")
|
||||
os.system("/bin/chown -R nginx:nginx /var/log/nginx")
|
||||
Reference in New Issue
Block a user