From 236b2f75ecf4187a5bf2a84327aa2e1156d9a210 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Patron?= Date: Thu, 12 Dec 2024 23:43:49 +0100 Subject: [PATCH] fix path --- 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 cf64f64..da392b5 100755 --- a/scripts/tig_pool_master.sh +++ b/scripts/tig_pool_master.sh @@ -109,7 +109,7 @@ cd tig-benchmarker wget https://raw.githubusercontent.com/tig-pool-nk/client/refs/heads/main/tig-benchmarker/slave.py -O slave.py wget https://raw.githubusercontent.com/tig-pool-nk/client/refs/heads/main/tig-benchmarker/requirements.txt -O requirements.txt cd $current_path -./venv/bin/pip3 install -r requirements.txt +./venv/bin/pip3 install -r tig-benchmarker/requirements.txt # Create a directory client_xnico_pool and navigate to it mkdir -p bin