fix(start-web): corrige sintaxe do bloco else no rebuild do sqlite

This commit is contained in:
Esdras Renan 2025-11-25 11:53:17 -03:00
parent 16bc56ae18
commit e7d1af5013

View file

@ -128,7 +128,7 @@ EOF
exit 1
}
fi
} else {
else
rebuild_and_repin_sqlite
check_better_sqlite3 || {
echo "[start-web] ERRO: better-sqlite3 inválido após rebuild" >&2