summaryrefslogtreecommitdiffstats
path: root/config-db
diff options
context:
space:
mode:
Diffstat (limited to 'config-db')
-rwxr-xr-xconfig-db/slxconfig-demuxer2
1 files changed, 1 insertions, 1 deletions
diff --git a/config-db/slxconfig-demuxer b/config-db/slxconfig-demuxer
index d65b7dd9..24501a97 100755
--- a/config-db/slxconfig-demuxer
+++ b/config-db/slxconfig-demuxer
@@ -497,7 +497,7 @@ sub generateInitialRamFS
# pass in system name:
$cmd .= "-S $info->{name} ";
- # use theme 'openslx':
+ # pass on theme, if any
my $theme = $attrs->{'theme::name'} || '';
if (length $theme) {
$cmd .= "-s $theme ";