Remove permission changes

This commit is contained in:
rperper
2018-11-13 08:46:24 -05:00
parent 5728bc24a7
commit 86f0446377

View File

@@ -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))