Setting libcrypto as executable

This commit is contained in:
Emanuele 2021-05-05 21:44:50 +02:00
parent 31ff7ff811
commit 077efd77c8

View file

@ -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)