chore: Restore restart.sh and update botlib submodule with new log format

This commit is contained in:
Rodrigo Rodriguez (Pragmatismo) 2026-01-27 18:09:37 -03:00
parent 2beeec3292
commit 1a5f54e576
2 changed files with 10 additions and 1 deletions

2
botlib

@ -1 +1 @@
Subproject commit da758206b4df2a5402d89517d03c292687ec5b36
Subproject commit a8ed131b3beb793c630e31a7153c5d5186f932d1

9
restart.sh Executable file
View file

@ -0,0 +1,9 @@
export RUST_LOG=info
pkill rustc -9
pkill botserver -9
pkill botui -9
cd botserver
cargo build
cargo run -- --noconsole &
cd ../botui
cargo run &