From d37555c0b659c6ed9d2dc42917a30f3bc233fcb1 Mon Sep 17 00:00:00 2001 From: usmannasir Date: Mon, 16 Sep 2024 12:49:34 +0500 Subject: [PATCH] added quoata install function --- install/install.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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)