mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-10-03 06:59:17 +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:
@@ -6,6 +6,6 @@ server {
|
|||||||
server_name _;
|
server_name _;
|
||||||
|
|
||||||
include /etc/nginx/snippets/ssl-params.conf;
|
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;
|
include /etc/nginx/snippets/mempool.conf;
|
||||||
}
|
}
|
||||||
|
@@ -116,7 +116,7 @@ if [ "$1" = "1" ] || [ "$1" = "on" ]; then
|
|||||||
cd /home/mempool
|
cd /home/mempool
|
||||||
sudo -u mempool git clone https://github.com/mempool/mempool.git
|
sudo -u mempool git clone https://github.com/mempool/mempool.git
|
||||||
cd mempool
|
cd mempool
|
||||||
sudo -u mempool git reset --hard v2.0.0
|
sudo -u mempool git reset --hard v2.0.1
|
||||||
|
|
||||||
# modify an
|
# modify an
|
||||||
#echo "# try to suppress question on statistics report .."
|
#echo "# try to suppress question on statistics report .."
|
||||||
|
Reference in New Issue
Block a user