Amended comment.

Signed-off-by: Alexandre Ratte <alexandre.ratte@gmail.com>
This commit is contained in:
Alexandre Ratte 2021-05-15 08:33:33 -04:00
parent d0c152eb25
commit c4caf293f7
1 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,7 @@ else
fi
# Parse the WEBTHEME variable, if it exists, and set the selected theme if it is one of the supported values.
# If an invalid theme name was supplied, setup WEBTHEME to use the default-dark theme.
# If an invalid theme name was supplied, setup WEBTHEME to use the default-light theme.
if [ -n "${WEBTHEME}" ]; then
case "${WEBTHEME}" in
"default-dark" | "default-darker" | "default-light")