# | Line 30 | Line 30 | class KillerServer(Actor): | |
---|---|---|
30 | #common.taskDB.save() | |
31 | ||
32 | ### Here start the kill operation | |
33 | < | pSubj = os.popen3('openssl x509 -in $X509_USER_PROXY -subject -noout')[1].readlines()[0] |
33 | > | pSubj = os.popen3('openssl x509 -in /tmp/x509up_u`id -u` -subject -noout')[1].readlines()[0] |
34 | ||
35 | try: | |
36 | self.cfile = xml.dom.minidom.Document() |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |