Skip to content

Commit f099bd0

Browse files
committed
fix logging
1 parent 79ad607 commit f099bd0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

scripts/manage.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,13 +71,13 @@ function start_bots() {
7171

7272
### Start Mumble-Ruby-Bots - MPD instances must already be running. ###
7373
# Bot 1
74-
tmux new-session -d -n bot1 "while true; do LD_LIBRARY_PATH=$HOME/src/celt/lib/ ruby $HOME/src/mumble-ruby-pluginbot/core/pluginbot.rb --config=$HOME/src/bot1_conf.yml > $HOME/logs/bot1.log 2>&1 ; sleep 10; done"
74+
tmux new-session -d -n bot1 "while true; do LD_LIBRARY_PATH=$HOME/src/celt/lib/ ruby $HOME/src/mumble-ruby-pluginbot/core/pluginbot.rb --config=$HOME/src/bot1_conf.yml >> $HOME/logs/bot1.log 2>&1 ; sleep 10; done"
7575

7676
# Bot 2
77-
#tmux new-session -d -n bot2 "while true; do LD_LIBRARY_PATH=$HOME/src/celt/lib/ ruby $HOME/src/mumble-ruby-pluginbot/core/pluginbot.rb --config=$HOME/src/bot2_conf.yml > $HOME/logs/bot2.log 2>&1; sleep 10; done"
77+
#tmux new-session -d -n bot2 "while true; do LD_LIBRARY_PATH=$HOME/src/celt/lib/ ruby $HOME/src/mumble-ruby-pluginbot/core/pluginbot.rb --config=$HOME/src/bot2_conf.yml >> $HOME/logs/bot2.log 2>&1; sleep 10; done"
7878

7979
# Bot 3
80-
#tmux new-session -d -n bot3 "while true; do LD_LIBRARY_PATH=$HOME/src/celt/lib/ ruby $HOME/src/mumble-ruby-pluginbot/core/pluginbot.rb --config=$HOME/src/bot3_conf.yml > $HOME/logs/bot3.log 2>&1; sleep 10; done"
80+
#tmux new-session -d -n bot3 "while true; do LD_LIBRARY_PATH=$HOME/src/celt/lib/ ruby $HOME/src/mumble-ruby-pluginbot/core/pluginbot.rb --config=$HOME/src/bot3_conf.yml >> $HOME/logs/bot3.log 2>&1; sleep 10; done"
8181

8282
}
8383

0 commit comments

Comments
 (0)