...
This commit is contained in:
10
bin/anvil
Executable file
10
bin/anvil
Executable file
@@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
# Anvil should ONLY run via the mev-bot-anvil container
|
||||
echo "ERROR: Do not run anvil directly!"
|
||||
echo "Anvil runs as a persistent container: mev-bot-anvil"
|
||||
echo ""
|
||||
echo "Manage with:"
|
||||
echo " podman logs mev-bot-anvil # View logs"
|
||||
echo " podman restart mev-bot-anvil # Restart"
|
||||
echo " podman stop mev-bot-anvil # Stop"
|
||||
exit 1
|
||||
Reference in New Issue
Block a user