update to p3

This commit is contained in:
Usman Nasir
2019-12-10 23:04:24 +05:00
parent 4509dda78f
commit 8d77c7336f
67 changed files with 141 additions and 141 deletions

View File

@@ -93,7 +93,7 @@ class pluginInstaller:
os.chdir('/usr/local/CyberCP')
command = "/usr/local/CyberCP/bin/python2 manage.py collectstatic --noinput"
command = "/usr/local/CyberCP/bin/python manage.py collectstatic --noinput"
subprocess.call(shlex.split(command))
command = "mv /usr/local/CyberCP/static /usr/local/lscp/cyberpanel"