[comment] simpler styles path

This commit is contained in:
ElevenNotes
2025-02-20 15:16:12 +01:00
parent 026ad460f2
commit 1ba6193786
2 changed files with 11 additions and 11 deletions

View File

@@ -9,7 +9,7 @@
# apply correct style
rm -rf /opt/py-kms/templates
rm -rf /opt/py-kms/static
TEMPLATE_DIR=${APP_ROOT}/.default/styles
TEMPLATE_DIR=${APP_ROOT}/styles
case ${KMS_GUI_STYLE} in
py-kms)
ln -s ${TEMPLATE_DIR}/py-kms/templates /opt/py-kms/templates
@@ -19,7 +19,7 @@
*)
ln -s ${TEMPLATE_DIR}/custom-icon/templates /opt/py-kms/templates
ln -s ${TEMPLATE_DIR}/custom-icon/static /opt/py-kms/static
eleven log info "using default GUI style"
eleven log info "using custom-icon (default) GUI style"
;;
esac