summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2024-01-13 17:21:57 +0300
committerAndrew Dolgov <[email protected]>2024-01-13 17:21:57 +0300
commitfe7e693392040b1ac09c8ff83bed84512ac2e8ce (patch)
treebb74f1bd420b3dffc595f56a0ef49f26e3ce96dd
parent2282cb84ff3242276ade23c1df33e7360c84e4f1 (diff)
remove lib/fonts exclusion on startup
-rw-r--r--.docker/app/startup.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/.docker/app/startup.sh b/.docker/app/startup.sh
index dd97581..a307110 100644
--- a/.docker/app/startup.sh
+++ b/.docker/app/startup.sh
@@ -25,7 +25,6 @@ if [ -z $SKIP_RSYNC_ON_STARTUP ]; then
else
rsync -a --delete \
--exclude sessions \
- --exclude lib/fonts \
--exclude db \
$SRC_DIR/ $DST_DIR/
fi