mirror of
https://github.com/logos-blockchain/logos-blockchain-testing.git
synced 2026-02-17 19:53:05 +00:00
7 lines
86 B
Bash
Executable File
7 lines
86 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
cd /etc/logos
|
|
exec /usr/bin/cfgsync-server /etc/logos/cfgsync.yaml
|