diff --git a/install/install.py b/install/install.py index ccc7f56ee..9246cf05f 100644 --- a/install/install.py +++ b/install/install.py @@ -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))