forked from TrueCloudLab/neoneo-go
6 lines
156 B
Bash
Executable file
6 lines
156 B
Bash
Executable file
#!/bin/sh
|
|
if test -f /privnet-blocks.acc.gz; then
|
|
gunzip /privnet-blocks.acc.gz
|
|
/usr/bin/neo-go db restore -i /privnet-blocks.acc
|
|
fi
|
|
/usr/bin/neo-go "$@"
|