Merge branch 'stable' into v1.9.4

This commit is contained in:
Usman Nasir
2020-01-14 16:35:39 +05:00
2 changed files with 8 additions and 2 deletions

View File

@@ -658,6 +658,9 @@ class preFlightsChecks:
command = 'chmod +x %s' % (items)
preFlightsChecks.call(command, self.distro, command, command, 1, 0, os.EX_OSERR)
command = 'chmod 600 /usr/local/CyberCP/plogical/adminPass.py'
preFlightsChecks.call(command, self.distro, command, command, 1, 0, os.EX_OSERR)
def install_unzip(self):
self.stdOut("Install unzip")
try: