From deacffbdb823346a8dc66e8655c8b220b6918879 Mon Sep 17 00:00:00 2001 From: wiz Date: Fri, 21 Feb 2020 23:12:59 +0900 Subject: [PATCH] Fix codacy warnings --- pricenode/README.md | 2 +- pricenode/install_pricenode_debian.sh | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pricenode/README.md b/pricenode/README.md index a4f4e6f05ba..88081078829 100644 --- a/pricenode/README.md +++ b/pricenode/README.md @@ -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__" ``` diff --git a/pricenode/install_pricenode_debian.sh b/pricenode/install_pricenode_debian.sh index 850075ceb9c..8aed1e2adb2 100755 --- a/pricenode/install_pricenode_debian.sh +++ b/pricenode/install_pricenode_debian.sh @@ -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 @@ -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