From b6044eb4f908792a3c585df0b9060d77e16bab0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Patron?= Date: Thu, 12 Dec 2024 23:11:14 +0100 Subject: [PATCH] detach/ratach screen --- scripts/tig_pool_master.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/tig_pool_master.sh b/scripts/tig_pool_master.sh index 0cea6ff..9f9653b 100755 --- a/scripts/tig_pool_master.sh +++ b/scripts/tig_pool_master.sh @@ -160,4 +160,4 @@ screen -dmS pool_tig bash -c "cd \"$current_path\" && ./pool_tig_launch_${id_sla sleep 5 # Attach to the screen -screen -r pool_tig +screen -d -r pool_tig