Donne la socket au serveur Web
darcs-hash:20051109122740-d1718-9a5c5504212da9638f1f4fe9094cfc42cccf3a24.gz
This commit is contained in:
parent
08aa3c9211
commit
4a939e3134
1 changed files with 1 additions and 0 deletions
|
@ -29,6 +29,7 @@ class Server:
|
|||
except:
|
||||
pass
|
||||
os.mkfifo(socket, 0600)
|
||||
os.chown(socket, 67, -1)
|
||||
self.socket = file(socket, "a+")
|
||||
|
||||
def execute(self,cmd):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue