mirror of
https://github.com/vale981/rmview
synced 2025-03-05 09:11:39 -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()
|
@pyqtSlot()
|
||||||
def run(self):
|
def run(self):
|
||||||
try:
|
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")
|
_,_,out = self.ssh.exec_command("$HOME/rM-vnc-server-standalone")
|
||||||
log.info(next(out))
|
log.info(next(out))
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
|
|
Loading…
Add table
Reference in a new issue