mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-10 15:26:13 +01:00
enforce disk limits
This commit is contained in:
@@ -37,7 +37,6 @@ class UpgradeCyberPanel:
|
||||
Upgrade.executioner(command, command)
|
||||
Upgrade.fixPermissions()
|
||||
|
||||
|
||||
def UpgardeNow(self):
|
||||
|
||||
from plogical.upgrade import Upgrade
|
||||
@@ -108,7 +107,6 @@ class UpgradeCyberPanel:
|
||||
self.PostStatus('CyberPanel Upgraded/Downgraded to %s. [200]' % (self.branch))
|
||||
|
||||
|
||||
|
||||
def main():
|
||||
parser = argparse.ArgumentParser(description='CyberPanel Installer')
|
||||
parser.add_argument('--branch', help='Branch to install.')
|
||||
|
||||
Reference in New Issue
Block a user