diff --git a/install_madmail.py b/install_madmail.py index 2fc3976..e3154cc 100644 --- a/install_madmail.py +++ b/install_madmail.py @@ -71,7 +71,6 @@ def run_madmail_installer(): child.sendline("y") child.expect(pexpect.EOF) - -daemon_reload = run(["sudo", "systemctl", "daemon-reload"], capture_output=True, text=True) -if daemon_reload.returncode != 0: - print(f"Issue running systemctl daemon_reload") \ No newline at end of file + daemon_reload = run(["sudo", "systemctl", "daemon-reload"], capture_output=True, text=True) + if daemon_reload.returncode != 0: + print(f"Issue running systemctl daemon_reload") \ No newline at end of file