summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xmdkupdate2
1 files changed, 2 insertions, 0 deletions
diff --git a/mdkupdate b/mdkupdate
index b0326030..83dc9b18 100755
--- a/mdkupdate
+++ b/mdkupdate
@@ -29,6 +29,8 @@ use urpm;
BEGIN { unshift @::textdomains, 'mdkupdate' }
+mdkonline::is_running('mdkapplet') and die "mdkapplet already running\n";
+
require_root_capability();
my $confdir = '/root/.MdkOnline';