mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2024-11-23 13:38:35 +00:00
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 "$@"
|