From c9b6de9563e07d93ea2eb35735567710b86d07ee Mon Sep 17 00:00:00 2001 From: ryan Date: Sat, 4 Apr 2026 08:15:26 -0400 Subject: [PATCH] no more reindexing --- startup.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/startup.sh b/startup.sh index af1c001..93702ed 100644 --- a/startup.sh +++ b/startup.sh @@ -12,8 +12,5 @@ if [ "${OBSIDIAN_CONTINUOUS_SYNC}" = "true" ]; then ob sync --continuous & fi -echo "Starting reindex process in background..." -python main.py "" --reindex & - echo "Starting application..." python app.py