mirror of
https://git.tt-rss.org/fox/ttrss-docker-compose
synced 2025-06-11 04:09:52 +02:00
don't try to update base tt-rss source when updating plugins.local
This commit is contained in:
parent
db64c1e8c8
commit
e54f01df47
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ done
|
|||
if [ -z "$TTRSS_NO_STARTUP_PLUGIN_UPDATES" ]; then
|
||||
echo updating all local plugins...
|
||||
|
||||
find $DST_DIR/plugins.local -type d -maxdepth 1 | while read PLUGIN; do
|
||||
find $DST_DIR/plugins.local -mindepth 1 -maxdepth 1 -type d | while read PLUGIN; do
|
||||
echo updating $PLUGIN...
|
||||
|
||||
cd $PLUGIN && \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue