summaryrefslogtreecommitdiffstats
path: root/pyLoadCore.py
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2012-02-01 22:11:55 +0100
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2012-02-01 22:11:55 +0100
commitdad87afe2f73d6f456e9cb00b0d8ce7f5cee0140 (patch)
treee093ac6b486cf1f94d63ac2844c1276f68b916e4 /pyLoadCore.py
parentdoc for crypter plugin (diff)
downloadpyload-dad87afe2f73d6f456e9cb00b0d8ce7f5cee0140.tar.xz
fix for huge (or wrong) sizes
Diffstat (limited to 'pyLoadCore.py')
-rwxr-xr-xpyLoadCore.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/pyLoadCore.py b/pyLoadCore.py
index e79da3fc3..45feac1c3 100755
--- a/pyLoadCore.py
+++ b/pyLoadCore.py
@@ -198,6 +198,7 @@ class Core(object):
f = open(self.pidfile, "wb")
f.write(str(pid))
f.close()
+ chmod(self.pidfile, 0660)
def deletePidFile(self):
if self.checkPidFile():