mirror of
https://github.com/logos-blockchain/logos-blockchain-testing.git
synced 2026-01-02 13:23:13 +00:00
Simplify container entrypoints
This commit is contained in:
parent
f7a56d61ba
commit
7f40724376
@ -56,7 +56,4 @@ until /usr/bin/cfgsync-client; do
|
||||
sleep "$sleep_seconds"
|
||||
done
|
||||
|
||||
# Align bootstrap timing with validators to keep configs consistent.
|
||||
sed -i "s/prolonged_bootstrap_period: .*/prolonged_bootstrap_period: '3.000000000'/" /config.yaml
|
||||
|
||||
exec /usr/bin/nomos-executor /config.yaml
|
||||
|
||||
@ -56,7 +56,4 @@ until /usr/bin/cfgsync-client; do
|
||||
sleep "$sleep_seconds"
|
||||
done
|
||||
|
||||
# Align bootstrap timing with executors to keep configs consistent.
|
||||
sed -i "s/prolonged_bootstrap_period: .*/prolonged_bootstrap_period: '3.000000000'/" /config.yaml
|
||||
|
||||
exec /usr/bin/nomos-node /config.yaml
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user