From 18c47de0e5b5249ddbb8d1e0f86cb6819d8d1d3c Mon Sep 17 00:00:00 2001 From: rperper Date: Tue, 13 Nov 2018 08:46:24 -0500 Subject: [PATCH] Remove permission changes --- install/install.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/install.py b/install/install.py index 78b8e642c..1c6cb9bb0 100644 --- a/install/install.py +++ b/install/install.py @@ -2880,7 +2880,7 @@ class preFlightsChecks: if self.distro == ubuntu: command = 'apt install opendkim-tools' - subprocess.call(shlex.split(command)) + subprocess.call(shlex.split(command)): command = 'mkdir -p /etc/opendkim/keys/' subprocess.call(shlex.split(command))