Files
serai/deploy/serai/scripts/entry-dev.sh
2022-12-08 22:10:12 -05:00

9 lines
175 B
Bash
Executable File

#!/bin/bash
export GENESIS=$(cat /temp/genesis)
if [[ -z $VALIDATOR ]]; then
serai-node --tmp --chain $CHAIN --name $NAME
else
serai-node --tmp --chain $CHAIN --$NAME
fi