From c486370b8ad540677b6591c0226b338e77d29d74 Mon Sep 17 00:00:00 2001 From: xnico31 <54291310+xnico31@users.noreply.github.com> Date: Sat, 21 Dec 2024 01:05:29 +0100 Subject: [PATCH] Update tig_pool_master.sh --- 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 41af16f..f9607a5 100755 --- a/scripts/tig_pool_master.sh +++ b/scripts/tig_pool_master.sh @@ -221,10 +221,10 @@ echo "" echo "To follow the benchmarker, use the commands below:" echo echo " 1. Follow pool:" -echo " screen -r pool_tig" -echo +echo " tail-f logs/pool_tig" +echo echo " 2. Follow slave:" -echo " screen -r slave_tig" +echo " tail-f logs/slave_tig" echo echo " 3. Have some time to lose :)" echo " bash game/snake.sh"