mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-04-12 13:49:38 +02: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
2a02247dce
commit
cf166ed42f
@ -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…
x
Reference in New Issue
Block a user