mirror of
https://github.com/vale981/rmview
synced 2025-03-05 09:11:39 -05:00
Setting libcrypto as executable
This commit is contained in:
parent
31ff7ff811
commit
077efd77c8
1 changed files with 1 additions and 0 deletions
|
@ -259,6 +259,7 @@ class rMViewApp(QApplication):
|
|||
out = out.channel.recv_exit_status()
|
||||
if out != 0:
|
||||
raise Exception("libcrypto could not be decompressed on the tablet [%d]" % out)
|
||||
sftp.chmod('/usr/lib/libcrypto.so.1.0.2', S_IXUSR)
|
||||
log.info("Installation successful!")
|
||||
except Exception as e:
|
||||
log.error('%s %s', type(e), e)
|
||||
|
|
Loading…
Add table
Reference in a new issue