From f8a0c1ef6f00d85d5a578d4ddb6dd4d74208f799 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Patron?= Date: Sat, 21 Dec 2024 11:10:06 +0100 Subject: [PATCH] review logs --- scripts/tig_pool_master.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/tig_pool_master.sh b/scripts/tig_pool_master.sh index 450a607..45ca6d3 100755 --- a/scripts/tig_pool_master.sh +++ b/scripts/tig_pool_master.sh @@ -220,13 +220,13 @@ echo "" echo "To follow the benchmarker, use the commands below:" echo echo " 1. Follow pool:" -echo " tail -f logs/pool_tig" +echo " tail -f ~/tig_pool_main/logs/pool_tig.log" echo echo " 2. Follow slave:" -echo " tail -f logs/slave_tig" +echo " tail -f ~/tig_pool_main/logs/slave_tig.log" echo echo " 3. Have some time to lose :)" -echo " bash game/snake.sh" +echo " bash ~/tig_pool_main/game/snake.sh" echo echo -e "\e[33mGood mining and happy benchmarking!\e[0m"