From decedc7487b12d1aae0d5201ed6a20b3733de0d1 Mon Sep 17 00:00:00 2001 From: Oliver Tappe Date: Fri, 29 Sep 2006 13:24:13 +0000 Subject: * adjusted to changed naming of several configuration keys git-svn-id: http://svn.openslx.org/svn/openslx/trunk@406 95ad53e4-c205-0410-b2fa-d234c58c8868 --- config-db/slxconfig-demuxer.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config-db/slxconfig-demuxer.pl') 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) { -- cgit v1.2.3-55-g7522