From 4e304c5dc5c90c3a4b871bc26a55530104af178e Mon Sep 17 00:00:00 2001 From: Usman Nasir Date: Thu, 12 Dec 2019 06:33:52 +0500 Subject: [PATCH] update venv --- install/install.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install/install.py b/install/install.py index 88a2e5bd8..dd4201b2d 100755 --- a/install/install.py +++ b/install/install.py @@ -1933,6 +1933,8 @@ milter_default_action = accept ## + os.chdir(self.cwd) + command = "chmod +x venvsetup.sh" preFlightsChecks.call(command, self.distro, command, command, 1, 0, os.EX_OSERR)