Skip to content

Commit

Permalink
Fix codacy warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
wiz committed Feb 21, 2020
1 parent 4f7b174 commit deacffb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pricenode/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ At the end of the installer script, it should print your Tor onion hostname.
### Setting your BitcoinAverage API keys

Open `/etc/systemd/system/bisq-pricenode.service` in a text editor and look for these lines:
```
```bash
Environment="BITCOIN_AVG_PUBKEY=__BITCOIN_AVG_PUBKEY__"
Environment="BITCOIN_AVG_PRIVKEY=__BITCOIN_AVG_PRIVKEY__"
```
Expand Down
6 changes: 3 additions & 3 deletions pricenode/install_pricenode_debian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ echo "[*] Bisq bisq-pricenode installation script"
##### change as necessary for your system

SYSTEMD_SERVICE_HOME=/etc/systemd/system
SYSTEMD_ENV_HOME=/etc/default
#SYSTEMD_ENV_HOME=/etc/default

ROOT_USER=root
ROOT_GROUP=root
ROOT_HOME=/root
#ROOT_HOME=/root

BISQ_USER=bisq
BISQ_GROUP=bisq
Expand All @@ -23,7 +23,7 @@ BISQ_LATEST_RELEASE=$(curl -s https://api.github.com/repos/bisq-network/bisq/rel
BISQ_TORHS=pricenode

TOR_PKG="tor"
TOR_USER=debian-tor
#TOR_USER=debian-tor
TOR_GROUP=debian-tor
TOR_CONF=/etc/tor/torrc
TOR_RESOURCES=/var/lib/tor
Expand Down

0 comments on commit deacffb

Please sign in to comment.