Skip to content

Commit

Permalink
Add curly braces for proper variable expansion
Browse files Browse the repository at this point in the history
  • Loading branch information
frzb committed Oct 5, 2018
1 parent 26250c9 commit 77bbfe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/claymores-miner
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ After=network-online.target
[Service]
EnvironmentFile=/etc/environment
WorkingDirectory=/usr/local/bin/claymores
ExecStart=/usr/local/bin/claymores/ethdcrminer64 -epool eu1.ethermine.org:4444 -ewal $ETHEREUM_ADDRESS.%H -epsw x
ExecStart=/usr/local/bin/claymores/ethdcrminer64 -epool eu1.ethermine.org:4444 -ewal ${ETHEREUM_ADDRESS}.%H -epsw x
Restart=on-failure
[Install]
Expand Down

0 comments on commit 77bbfe9

Please sign in to comment.