Skip to content

Commit

Permalink
added quoata install function
Browse files Browse the repository at this point in the history
  • Loading branch information
usmannasir committed Sep 16, 2024
1 parent 494b4bc commit d37555c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions install/install.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,11 +199,11 @@ def installQuota(self,):
###


command = f'modprobe quota_v1 -S {result}'
preFlightsChecks.call(command, self.distro, command, command, 1, 0, os.EX_OSERR)
command = f'modprobe quota_v1 -S {fResult}'
preFlightsChecks.call(command, self.distro, command, command, 1, 0, os.EX_OSERR)

command = f'modprobe quota_v2 -S {result}'
preFlightsChecks.call(command, self.distro, command, command, 1, 0, os.EX_OSERR)
command = f'modprobe quota_v2 -S {fResult}'
preFlightsChecks.call(command, self.distro, command, command, 1, 0, os.EX_OSERR)

command = f'quotacheck -ugm /'
preFlightsChecks.call(command, self.distro, command, command, 1, 0, os.EX_OSERR)
Expand Down

0 comments on commit d37555c

Please sign in to comment.