mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-01-17 13:02:07 +01:00
Merge branch 'stable' into p3
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user