mirror of
https://github.com/mempool/mempool.git
synced 2025-02-22 14:22:44 +01:00
Print onions on separate lines after prod install
This commit is contained in:
parent
4f22864080
commit
83c383b1ec
1 changed files with 3 additions and 1 deletions
|
@ -1702,7 +1702,9 @@ case $OS in
|
|||
|
||||
Debian)
|
||||
echo "This are the generated Tor addresses:"
|
||||
echo "${NGINX_MEMPOOL_ONION} ${NGINX_BISQ_ONION} ${NGINX_LIQUID_ONION}"
|
||||
echo "${NGINX_MEMPOOL_ONION}"
|
||||
echo "${NGINX_BISQ_ONION}"
|
||||
echo "${NGINX_LIQUID_ONION}"
|
||||
;;
|
||||
esac
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue