Add mempool build as final step on prod install
This commit is contained in:
parent
bdd3af6b6a
commit
4f22864080
@ -1613,7 +1613,10 @@ EOF
|
|||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
##### Build Mempool
|
||||||
|
|
||||||
|
echo "[*] Build Mempool"
|
||||||
|
osSudo "${MEMPOOL_USER}" sh -c "cd ${MEMPOOL_HOME} && ./upgrade"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -1692,8 +1695,19 @@ esac
|
|||||||
|
|
||||||
##### finish
|
##### finish
|
||||||
|
|
||||||
echo 'Please reboot to start all the services.'
|
case $OS in
|
||||||
|
|
||||||
|
FreeBSD)
|
||||||
|
;;
|
||||||
|
|
||||||
|
Debian)
|
||||||
|
echo "This are the generated Tor addresses:"
|
||||||
|
echo "${NGINX_MEMPOOL_ONION} ${NGINX_BISQ_ONION} ${NGINX_LIQUID_ONION}"
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
|
echo
|
||||||
|
echo 'Please reboot to start all the services.'
|
||||||
echo '[*] Done!'
|
echo '[*] Done!'
|
||||||
|
|
||||||
exit 0
|
exit 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user