remove cluttered pyc files

This commit is contained in:
Usman Nasir
2020-01-19 15:43:59 +05:00
parent 70a79647c1
commit 5fe9eeff45

View File

@@ -1662,8 +1662,8 @@ CSRF_COOKIE_SECURE = True
command = 'chmod 600 /usr/local/CyberCP/plogical/adminPass.py'
Upgrade.executioner(command, 0)
# command = "find /usr/local/CyberCP/ -name '*.pyc' -delete"
# Upgrade.executioner(command, 0)
command = "find /usr/local/CyberCP/ -name '*.pyc' -delete"
Upgrade.executioner(command, 0)
Upgrade.stdOut("Permissions updated.")