don't try to update base tt-rss source when updating plugins.local

testing-php81
Andrew Dolgov 2 years ago
parent d9b96dc114
commit 283c221fff

@ -52,7 +52,7 @@ else
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/ -maxdepth 1 -mindepth 1 -type d | while read PLUGIN; do
echo updating $PLUGIN...
cd $PLUGIN && \

Loading…
Cancel
Save