go-ethereum/cicd/entry.sh
2025-01-01 22:06:09 -05:00

13 lines
No EOL
258 B
Bash
Executable file

#!/bin/bash
if test -z "$NETWORK"
then
echo "NETWORK env Must be set, mainnet/testnet/devnet/local"
exit 1
fi
echo "Select to run $NETWORK..."
ln -s /usr/bin/XDC-$NETWORK /usr/bin/XDC
cp -n /work/$NETWORK/* /work
echo "Start Node..."
/work/start.sh