mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-01-30 19:29:03 +01:00
bug fix: contabo on quotas
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user