From a6afe34294062668d2719c25eea4905ef3152184 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Mon, 15 Feb 2021 10:24:26 -0600 Subject: [PATCH] Fix Code being dumb. --- tasks/miner/software/ethminer.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/miner/software/ethminer.yml b/tasks/miner/software/ethminer.yml index 4bea319..9f6921d 100644 --- a/tasks/miner/software/ethminer.yml +++ b/tasks/miner/software/ethminer.yml @@ -108,7 +108,7 @@ ## Personal Script Setup ## - name: Ethminer | Download Script - shell: "scp ling@leet:InstallFiles/Miners/ethminer/ethminer.sh {{ user_mfn.home }}/"" + shell: "scp ling@leet:InstallFiles/Miners/ethminer/ethminer.sh {{ user_mfn.home }}/" - name: Ethminer | CHMod Script shell: "chmod 755 {{ user_mfn.home }}/ethminer.sh" \ No newline at end of file