ops: Always exit 0 after updating mempool repo

This commit is contained in:
wiz 2026-01-10 05:30:00 -08:00
parent 4167755095
commit 2b76cf0cba
No known key found for this signature in database
GPG key ID: A394E332255A6173
2 changed files with 2 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 120 KiB

View file

@ -1 +1,2 @@
cd ~/mempool && git pull origin master && cd ~/mempool.space && git stash && git pull origin master && git stash pop ; exit
cd ~/mempool && git pull origin master && cd ~/mempool.space && git stash && git pull origin master && git stash pop
exit 0