Dumb typo

This commit is contained in:
rperper
2018-11-13 10:08:28 -05:00
parent 776b74f6f9
commit 721f90a43f

View File

@@ -2903,7 +2903,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))