mirror of
https://github.com/vale981/rmview
synced 2025-03-04 16:51:38 -05:00
Remove leftover insmod call
This commit is contained in:
parent
68fbd20539
commit
001950e945
1 changed files with 0 additions and 2 deletions
|
@ -102,8 +102,6 @@ class FrameBufferWorker(QRunnable):
|
|||
@pyqtSlot()
|
||||
def run(self):
|
||||
try:
|
||||
_,out,_ = self.ssh.exec_command("/sbin/insmod $HOME/mxc_epdc_fb_damage.ko")
|
||||
log.debug("Insmod returned %d", out.channel.recv_exit_status())
|
||||
_,_,out = self.ssh.exec_command("$HOME/rM-vnc-server-standalone")
|
||||
log.info(next(out))
|
||||
except Exception as e:
|
||||
|
|
Loading…
Add table
Reference in a new issue