diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2012-02-01 22:11:55 +0100 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2012-02-01 22:11:55 +0100 |
commit | dad87afe2f73d6f456e9cb00b0d8ce7f5cee0140 (patch) | |
tree | e093ac6b486cf1f94d63ac2844c1276f68b916e4 /pyLoadCore.py | |
parent | doc for crypter plugin (diff) | |
download | pyload-dad87afe2f73d6f456e9cb00b0d8ce7f5cee0140.tar.xz |
fix for huge (or wrong) sizes
Diffstat (limited to 'pyLoadCore.py')
-rwxr-xr-x | pyLoadCore.py | 1 |
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(): |