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 \