From b26e7ea62ede91f503b9bd65f7a5cc8656769706 Mon Sep 17 00:00:00 2001 From: pearmaster Date: Wed, 17 Sep 2014 14:43:25 -0600 Subject: [PATCH] Update btsyncindicator.py --- btsyncindicator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/btsyncindicator.py b/btsyncindicator.py index 3eb2082..8b3f88b 100755 --- a/btsyncindicator.py +++ b/btsyncindicator.py @@ -148,7 +148,7 @@ def detect_btsync_user(self): have_dpkg = True if have_dpkg: - child = subprocess.Popen(["dpkg", "-s", btsync-user]) + child = subprocess.Popen(["dpkg", "-s", "btsync-user"]) else: child = subprocess.Popen("exit 1")