From 4d4e96a63db8a11800f87b6818237ecbf1a7d758 Mon Sep 17 00:00:00 2001 From: kalt_r Date: Tue, 28 Jun 2016 11:22:07 +0200 Subject: [PATCH] Script execution --- script/local.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/local.py b/script/local.py index 6501a69..f4ea2a4 100755 --- a/script/local.py +++ b/script/local.py @@ -106,7 +106,7 @@ def elogllrf(subject, message, system, subsystem, section, attachments = []): cmd = cmd + '-a "Domain=All"' for attachment in attachments: cmd = cmd + '-f "' + attachment + '" ' - cmd = cmd + '-x -n 1' + cmd = cmd + ' -x -n 1' cmd = cmd + ' "' + message + '"' print cmd #os.system (cmd)