diff options
-rwxr-xr-x | bin/net_applet | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/net_applet b/bin/net_applet index 834aff1..2dcae50 100755 --- a/bin/net_applet +++ b/bin/net_applet @@ -202,7 +202,7 @@ sub is_running { any { my ($ppid, $pid, $n) = /^\s*(\d+)\s+(\d+)\s+(.*)/; $ppid != 1 && $pid != $$ && $n eq $name; - } `ps -o '%P %p %c' -u $o_user`; + } `ps -o '%P %p %c' -u $user`; } sub shouldStart() { my ($opt) = @ARGV; |