bug fix: contabo on quotas

This commit is contained in:
usmannasir
2024-09-20 21:43:21 +05:00
parent 598c446642
commit 282ac415e4

View File

@@ -3532,9 +3532,6 @@ pm.max_spare_servers = 3
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 @@ pm.max_spare_servers = 3
return 0
##
if Upgrade.FindOperatingSytem() == Ubuntu22 or Upgrade.FindOperatingSytem() == Ubuntu18 \