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 | 5af391d6c846230ad4e22de3fe2dd6701c5a6d6b (patch) | |
tree | 10fbd5489db2704717cca19ab61be1ff051eb827 /btc/mining/user/startup.sh | |
parent | f9ae1d44f2b2b0d9f47efd30a2321cab434233a2 (diff) | |
parent | fc1e4fcabd1e888089d2ea970ee6906735b84598 (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 |