mirror of
https://github.com/logos-blockchain/logos-blockchain-testing.git
synced 2026-01-02 13:23:13 +00:00
6 lines
72 B
Bash
Executable File
6 lines
72 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
exec /usr/bin/cfgsync-server /etc/nomos/cfgsync.yaml
|