diff --git a/src/app/startup.sh b/src/app/startup.sh index 8138b61..166d711 100755 --- a/src/app/startup.sh +++ b/src/app/startup.sh @@ -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 && \