From 282ac415e471f5bf9a1295f2843cac16e8d3bb52 Mon Sep 17 00:00:00 2001 From: usmannasir Date: Fri, 20 Sep 2024 21:43:21 +0500 Subject: [PATCH] bug fix: contabo on quotas --- plogical/upgrade.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/plogical/upgrade.py b/plogical/upgrade.py index 1c785a0e0..38f0783c2 100755 --- a/plogical/upgrade.py +++ b/plogical/upgrade.py @@ -3532,9 +3532,6 @@ def installQuota(): return 0 - command = 'mount -o remount /' - Upgrade.executioner(command, command, 0, True) - command = 'mount -o remount /' mResult = subprocess.run(command, capture_output=True, text=True, shell=True) if mResult.returncode != 0: @@ -3548,7 +3545,6 @@ def installQuota(): return 0 - ## if Upgrade.FindOperatingSytem() == Ubuntu22 or Upgrade.FindOperatingSytem() == Ubuntu18 \