Merge branch 'stable' into p3

This commit is contained in:
Usman Nasir
2019-12-22 12:08:40 +05:00
2 changed files with 6 additions and 0 deletions

View File

@@ -681,6 +681,9 @@ class preFlightsChecks:
command = 'chmod +x /usr/local/CyberCP/plogical/renew.py'
preFlightsChecks.call(command, self.distro, command, command, 1, 0, os.EX_OSERR)
command = 'chmod +x /usr/local/CyberCP/CLManager/CLPackages.py'
preFlightsChecks.call(command, self.distro, command, command, 1, 0, os.EX_OSERR)
def install_unzip(self):
self.stdOut("Install unzip")
try:

View File

@@ -1690,6 +1690,9 @@ CSRF_COOKIE_SECURE = True
command = 'chmod +x /usr/local/CyberCP/plogical/renew.py'
Upgrade.executioner(command, command, 0)
command = 'chmod +x /usr/local/CyberCP/CLManager/CLPackages.py'
Upgrade.executioner(command, command, 0)
Upgrade.stdOut("Permissions updated.")
except BaseException as msg: