Skip to content
Snippets Groups Projects
Verified Commit 9057d4af authored by cyrinux's avatar cyrinux :construction_worker_tone1:
Browse files

fix: keep plugins.local

parent f4d028e5
No related branches found
No related tags found
No related merge requests found
Pipeline #33339 passed
......@@ -39,11 +39,12 @@ if [ -z $SKIP_RSYNC_ON_STARTUP ]; then
--exclude /lock \
--exclude /feed-icons \
--exclude /plugins/af_comics/filters.local \
--exclude /plugins.local \
--exclude /templates.local \
--exclude /themes.local \
$SRC_DIR/ $DST_DIR/
sudo -u app mkdir -p $DST_DIR/plugins.local
sudo -u app rsync -a --no-owner --delete \
$SRC_DIR/plugins.local/nginx_xaccel \
$DST_DIR/plugins.local/nginx_xaccel
......
.git/
cache/
plugins.local/
templates.local/
themes.local/
......@@ -5,7 +5,6 @@ Thumbs.db
/messages.mo
/node_modules
/locale/**/*.po~
/plugins.local/*
/themes.local/*
/config.php
/feed-icons/*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment