Mokhdzani Faeq

Results 1 comments of Mokhdzani Faeq

or you can try replace this line ``` return int( self.sudo( "pidof %s" % proc ).strip() ) ``` into this ``` return int( self.sh('set `ps|grep %s`; echo $2' % proc).strip()...