diff options
author | makefu <makefu@syntax-fehler.de> | 2011-06-23 01:11:50 +0200 |
---|---|---|
committer | makefu <makefu@syntax-fehler.de> | 2011-06-23 01:11:50 +0200 |
commit | 312a8cba493d25beab6ff6210ca29a9f2b1bbc04 (patch) | |
tree | 9b2269dde9678e29a8dd26c84b2573e781eb2de9 /btc/mining/user/startup.sh | |
parent | 54c2113d4082b9a28e6f317e3409db4821e10bb1 (diff) | |
parent | 3cf2e3aeef1f62429281399b2e7e3ae98408260d (diff) |
merged Makefile, install lmsensors AND tmux
Diffstat (limited to 'btc/mining/user/startup.sh')
-rw-r--r-- | btc/mining/user/startup.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/btc/mining/user/startup.sh b/btc/mining/user/startup.sh index c330b984..eb2ce13a 100644 --- a/btc/mining/user/startup.sh +++ b/btc/mining/user/startup.sh @@ -3,7 +3,7 @@ sudo pkill tmux sleep 1 export DISPLAY=:0 -export URL="http://txgen_chinaman:lolwut@uk.btcguild.com:8332" +export URL="${URL-http://txgen_chinaman:lolwut@uk.btcguild.com:8332}" #export URL="http://txgen:qJrXefWX@bitcoinpool.com:8334" slock & tmux start-server |