update cyberpane.sh

This commit is contained in:
Usman Nasir
2019-12-12 14:26:54 +05:00
parent d4243f5e0e
commit 2302fcbe89
2 changed files with 273 additions and 73 deletions

View File

@@ -1562,6 +1562,9 @@ imap_folder_list_limit = 0
command = "make"
preFlightsChecks.call(command, self.distro, command, command, 1, 0, os.EX_OSERR)
if not os.path.exists('/usr/local/CyberCP/bin/'):
os.mkdir('/usr/local/CyberCP/bin/')
command = "cp lswsgi /usr/local/CyberCP/bin/"
preFlightsChecks.call(command, self.distro, command, command, 1, 0, os.EX_OSERR)