From 1d6a3804582654da82c73d2053f5e5f4d2b44516 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Sat, 13 Feb 2021 06:19:48 -0600 Subject: [PATCH] Split download script command. --- tasks/miner/gpu/ethminer.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tasks/miner/gpu/ethminer.yml b/tasks/miner/gpu/ethminer.yml index 065c1d0..11280f8 100644 --- a/tasks/miner/gpu/ethminer.yml +++ b/tasks/miner/gpu/ethminer.yml @@ -116,4 +116,7 @@ ## Personal Setup ## - name: Ethminer | Download Script - shell: 'scp ling@leet:InstallFiles/Miners/ETH/ethminer.sh /home/mfn/; chmod 755 /home/mfn/ethminer.sh' \ No newline at end of file + shell: scp ling@leet:InstallFiles/Miners/ETH/ethminer.sh /home/mfn/ + +- name: Ethminer | CHMod Script + shell: chmod 755 /home/mfn/ethminer.sh \ No newline at end of file