Fix styling directory path in pull script
This commit is contained in:
parent
0f48ab5e9f
commit
4ad4f88683
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue