review screen kill

This commit is contained in:
François Patron 2024-12-12 23:08:29 +01:00
parent 2536151986
commit c5f263fd95

View File

@ -16,8 +16,7 @@ client_version=$6
\mkdir tig_pool
cd tig_pool
pkill pool_tig
pkill slave_tig
screen -ls | grep pool_tig | awk '{print $1}' | xargs -I {} screen -S {} -X kill
wget https://raw.githubusercontent.com/tig-pool-nk/client/refs/heads/main/scripts/tig_pool_master.sh
sudo chmod +x tig_pool_master.sh