Fix styling directory path in pull script

This commit is contained in:
Root User 2026-02-12 22:17:20 +01:00
parent 0f48ab5e9f
commit 4ad4f88683
Signed by: root
GPG key ID: 087F0A95E5766D72

View file

@ -138,7 +138,7 @@ else
fi
# Step 2.2: Sync styling directory (copy custom themes, templates, css etc.)
STYLING_DIR="${SCRIPT_DIR}/../../styling"
STYLING_DIR="${SCRIPT_DIR}/../styling"
STYLING_TARGET="/etc/styling"
if [[ -d "$STYLING_DIR" ]]; then