mirror of
https://github.com/mempool/mempool.git
synced 2025-02-23 06:35:15 +01:00
ops: Fix obvious bug in cache heater script
This commit is contained in:
parent
f004705896
commit
fea115bcbc
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
#!/usr/bin/env zsh
|
#!/usr/bin/env zsh
|
||||||
hostname=mempool.space
|
hostname=$(hostname)
|
||||||
|
|
||||||
heat()
|
heat()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue