Remove permission changes

This commit is contained in:
rperper
2018-11-13 08:46:24 -05:00
parent 53110b2f85
commit 18c47de0e5

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