enforce disk limits

This commit is contained in:
Usman Nasir
2021-04-05 14:03:06 +05:00
parent 1f69f9d27e
commit 60b48d15e6
4 changed files with 15 additions and 6 deletions

View File

@@ -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.')