mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-11 05:29:25 +00:00
8 lines
139 B
Bash
Executable File
8 lines
139 B
Bash
Executable File
#!/bin/bash
|
|
|
|
if [[ -z $VALIDATOR ]]; then
|
|
serai-node --tmp --chain $CHAIN --name $NAME
|
|
else
|
|
serai-node --tmp --chain $CHAIN --$NAME
|
|
fi
|