Merge branch 'stable' into v1.9.4

This commit is contained in:
Usman Nasir
2020-01-20 15:24:55 +05:00
2 changed files with 2 additions and 5 deletions

Binary file not shown.

View File

@@ -1662,11 +1662,8 @@ CSRF_COOKIE_SECURE = True
command = 'chmod 600 /usr/local/CyberCP/plogical/adminPass.py'
Upgrade.executioner(command, 0)
pycsettings = '/usr/local/CyberCP/CyberCP/settings.pyc'
if os.path.exists(pycsettings):
os.remove(pycsettings)
command = "find /usr/local/CyberCP/ -name '*.pyc' -delete"
Upgrade.executioner(command, 0)
Upgrade.stdOut("Permissions updated.")