mirror of
https://github.com/logos-co/nomos-node.git
synced 2026-08-31 11:31:09 +00:00
9 lines
209 B
Bash
Executable File
9 lines
209 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
export CFG_SERVER_MODE="run" \
|
|
CFG_SERVER_STORAGE_PATH="/node-data/cfgsync/deployment-settings.yaml"
|
|
|
|
exec /usr/bin/logos-blockchain-cfgsync-server /etc/logos-blockchain/cfgsync.yaml
|