File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments