added quoata install function

This commit is contained in:
usmannasir
2024-09-16 12:49:34 +05:00
parent 494b4bc57b
commit d37555c0b6

View File

@@ -199,11 +199,11 @@ class preFlightsChecks:
###
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)