summaryrefslogtreecommitdiffstats
path: root/config-db/slxconfig-demuxer.pl
diff options
context:
space:
mode:
authorOliver Tappe2006-09-29 15:24:13 +0200
committerOliver Tappe2006-09-29 15:24:13 +0200
commitdecedc7487b12d1aae0d5201ed6a20b3733de0d1 (patch)
tree5635e8f9cb042e5cd81ac43a8965eb448ca13722 /config-db/slxconfig-demuxer.pl
parent* fixed problem with 'db-name' not being honoured at all, this fixes (diff)
downloadcore-decedc7487b12d1aae0d5201ed6a20b3733de0d1.tar.gz
core-decedc7487b12d1aae0d5201ed6a20b3733de0d1.tar.xz
core-decedc7487b12d1aae0d5201ed6a20b3733de0d1.zip
* adjusted to changed naming of several configuration keys
git-svn-id: http://svn.openslx.org/svn/openslx/trunk@406 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'config-db/slxconfig-demuxer.pl')
-rwxr-xr-xconfig-db/slxconfig-demuxer.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/config-db/slxconfig-demuxer.pl b/config-db/slxconfig-demuxer.pl
index 74916c73..a454d61b 100755
--- a/config-db/slxconfig-demuxer.pl
+++ b/config-db/slxconfig-demuxer.pl
@@ -46,7 +46,7 @@ my $clientConfigPath = "$openslxConfig{'private-path'}/config";
if (!-d $clientConfigPath) {
die _tr("Unable to access client-config-path '%s'!", $clientConfigPath);
}
-my $tempPath = "$openslxConfig{'temp-basepath'}/oslx-demuxer";
+my $tempPath = "$openslxConfig{'temp-path'}/slxconfig-demuxer";
if (!$dryRun) {
mkdir $tempPath;
if (!-d $tempPath) {