mirror of
https://github.com/logos-blockchain/logos-blockchain-testing.git
synced 2026-02-18 04:03:06 +00:00
7 lines
86 B
Bash
7 lines
86 B
Bash
|
|
#!/bin/sh
|
||
|
|
|
||
|
|
set -e
|
||
|
|
|
||
|
|
cd /etc/logos
|
||
|
|
exec /usr/bin/cfgsync-server /etc/logos/cfgsync.yaml
|