Update README.md

This commit is contained in:
jonnyboy
2013-02-01 23:31:50 -05:00
parent b23bafad07
commit 00f889d2c0
+1 -1
View File
@@ -2,7 +2,7 @@
* tmux 1.6 or newer is needed to runs these scripts. This script relies on tmux reporting that the "Pane is dead". That is how the script knows that is nothing running in that pane and to restart it for another loop. Seeing "Pane is dead" is normal and expected.
* To exit the scripts without any worry of causing problems. Click into the Monitor pane, top left and Ctrl-c. This will stop the monitor script. When all of the other panes show dead, then it is ok to run Ctrl-a c and in new window run killall tmux.
* To exit the scripts without any worry of causing problems. Click into the Monitor pane, top left and Ctrl-c, or edit defaults.sh and set running="false". This will stop the monitor script. When all of the other panes show dead, then it is ok to run Ctrl-a c and in new window run killall tmux.
* These scripts were written and tested on Ubuntu 12.10 where bash is located at /bin/bash. You may need to create a symlink or edit these scripts accordingly.