Skip to content

Commit

Permalink
bug fix: contabo on quotas
Browse files Browse the repository at this point in the history
  • Loading branch information
usmannasir committed Sep 20, 2024
1 parent 598c446 commit 282ac41
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions plogical/upgrade.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -3548,7 +3545,6 @@ def installQuota():
return 0



##

if Upgrade.FindOperatingSytem() == Ubuntu22 or Upgrade.FindOperatingSytem() == Ubuntu18 \
Expand Down

0 comments on commit 282ac41

Please sign in to comment.