From 99de27a735be74ea89fb98630192cac3c6f3d0f4 Mon Sep 17 00:00:00 2001 From: Jordi Sanfeliu Date: Thu, 3 Dec 2020 11:26:25 +0100 Subject: [PATCH] use the right variable when loading the .css file --- monitorix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monitorix b/monitorix index a7f09cf..e0f6bee 100755 --- a/monitorix +++ b/monitorix @@ -212,7 +212,7 @@ EOF if(!open(OUT, "> $config{base_dir}/index.html")) { die "unable to create '${config{base_dir}}index.html': $!"; } - my $css = sprintf("%scss/%s.css", $base_url, $config{theme_color}); + my $css = sprintf("%scss/%s.css", $base_url, $theme); print(OUT <