fix: recover mempool frontend after backend address changes

This commit is contained in:
archipelago
2026-09-15 02:49:06 -04:00
parent 700d39c425
commit b35409ca74
9 changed files with 244 additions and 149 deletions
+5
View File
@@ -0,0 +1,5 @@
#!/bin/sh
set -eu
/patch/repair-nginx.sh
nginx -t
exec "$@"