diff --git a/install/install.py b/install/install.py index 53e8baa81..59c0e630b 100755 --- a/install/install.py +++ b/install/install.py @@ -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)