From fe75d0bbe3fc58986597045d6cc387d0c2fe6a07 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Sat, 13 Feb 2021 18:57:51 -0600 Subject: [PATCH] Change location of script. --- tasks/miner/gpu/ethminer.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/miner/gpu/ethminer.yml b/tasks/miner/gpu/ethminer.yml index 2c0f855..fb1d6bb 100644 --- a/tasks/miner/gpu/ethminer.yml +++ b/tasks/miner/gpu/ethminer.yml @@ -114,7 +114,7 @@ ## Personal Script Setup ## - name: Ethminer | Download Script - shell: scp ling@leet:InstallFiles/Miners/ETH/ethminer.sh /home/mfn/ + shell: scp ling@leet:InstallFiles/Miners/ethminer/ethminer.sh /home/mfn/ - name: Ethminer | CHMod Script shell: chmod 755 /home/mfn/ethminer.sh \ No newline at end of file