This commit is contained in:
Sebastian
2024-09-28 10:24:23 +02:00
parent 3d9f645a3c
commit 3ac96e6121

View File

@@ -93,7 +93,7 @@ services:
volumes: volumes:
- "./celo/alfajores:/config" - "./celo/alfajores:/config"
entrypoint: sh entrypoint: sh
command: [ -f /config/p2p_node_key_txt ] && exit 0 || cast w n | grep -i 'Private Key' | awk -F ': ' '{print $2}' | sed 's/0x//' > /config/p2p_node_key_txt command: "[ -f /config/p2p_node_key_txt ] && exit 0 || cast w n | grep -i 'Private Key' | awk -F ': ' '{print $2}' | sed 's/0x//' > /config/p2p_node_key_txt"