xdapp-book/projects/wormhole-local-validator/spy.bash

12 lines
250 B
Bash

#!/usr/bin/env bash
set -euo pipefail
# Check if Docker is running
docker ps > /dev/null #route error to console
echo "Docker is running"
# Start guardiand
npx pm2 delete spy 2> /dev/null || true
npx pm2 start 'bash spy_guardiand.bash' --name spy