mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2024-11-19 09:50:19 +01:00
Mempool v2.0.1 (#1938)
* Fix typo in mempool v2.0.0 pull request causing incorrect nginx config * Bump mempool to v2.0.1
This commit is contained in:
parent
9120ba5d56
commit
edb18e9782
@ -6,6 +6,6 @@ server {
|
||||
server_name _;
|
||||
|
||||
include /etc/nginx/snippets/ssl-params.conf;
|
||||
include /etc/nginx/snippets/ssl-certificate-app-data.conf;
|
||||
include /etc/nginx/snippets/ssl-certificate-app-data-tor.conf;
|
||||
include /etc/nginx/snippets/mempool.conf;
|
||||
}
|
||||
|
@ -116,7 +116,7 @@ if [ "$1" = "1" ] || [ "$1" = "on" ]; then
|
||||
cd /home/mempool
|
||||
sudo -u mempool git clone https://github.com/mempool/mempool.git
|
||||
cd mempool
|
||||
sudo -u mempool git reset --hard v2.0.0
|
||||
sudo -u mempool git reset --hard v2.0.1
|
||||
|
||||
# modify an
|
||||
#echo "# try to suppress question on statistics report .."
|
||||
|
Loading…
Reference in New Issue
Block a user