summaryrefslogtreecommitdiffstats
path: root/config-db
diff options
context:
space:
mode:
Diffstat (limited to 'config-db')
-rwxr-xr-xconfig-db/slxconfig-demuxer4
1 files changed, 2 insertions, 2 deletions
diff --git a/config-db/slxconfig-demuxer b/config-db/slxconfig-demuxer
index 942b8a88..d6d58e15 100755
--- a/config-db/slxconfig-demuxer
+++ b/config-db/slxconfig-demuxer
@@ -108,8 +108,8 @@ if (createConfigFolderForDefaultSystem()) {
);
}
-# protect against parallel executions of writing OpenSLX scripts
-my $globalLock = grabLock('global');
+# protect against parallel execution of this script
+my $demuxerLock = grabLock('slxconfig-demuxer');
my $tempPath = "$openslxConfig{'temp-path'}/slxconfig-demuxer";
if (!$option{dryRun}) {