Skip to content

Commit

Permalink
Update xmr-stak-pxe
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamesits authored Apr 8, 2018
1 parent c0ff161 commit 6dddbea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/xmr-stak-pxe
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ cd /tmp
! rm *.txt
lscpu -J > lscpu.txt
! ( curl -Lf -o config.txt --data "@lscpu.txt" $http_server/config.txt || curl -Lf -o config.txt $http_server/config.txt )
! ( curl -Lf -o cpu.txt --data "@lscpu.txt" $http_server/pools.txt || curl -Lf -o cpu.txt $http_server/pools.txt )
! ( curl -Lf -o pools.txt --data "@lscpu.txt" $http_server/pools.txt || curl -Lf -o pools.txt $http_server/pools.txt )
! ( curl -Lf -o cpu.txt --data "@lscpu.txt" $http_server/cpu.txt || curl -Lf -o cpu.txt $http_server/cpu.txt )
! ( curl -Lf -o cpu.txt --data "@lscpu.txt" $http_server/amd.txt || curl -Lf -o cpu.txt $http_server/amd.txt )
! ( curl -Lf -o cpu.txt --data "@lscpu.txt" $http_server/nvidia.txt || curl -Lf -o cpu.txt $http_server/nvidia.txt )
! ( curl -Lf -o amd.txt --data "@lscpu.txt" $http_server/amd.txt || curl -Lf -o amd.txt $http_server/amd.txt )
! ( curl -Lf -o nvidia.txt --data "@lscpu.txt" $http_server/nvidia.txt || curl -Lf -o nvidia.txt $http_server/nvidia.txt )

[ ! -f config.txt ] && ! cp /etc/xmr-stak/config.txt .
[ ! -f pools.txt ] && ! cp /etc/xmr-stak/pools.txt .
Expand Down

0 comments on commit 6dddbea

Please sign in to comment.