mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-02-17 11:53:14 +00:00
6 lines
100 B
Bash
Executable File
6 lines
100 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
exec /usr/bin/logos-blockchain-cfgsync-server /etc/logos-blockchain/cfgsync.yaml
|