KiraCore / testnet

public testnet coordination
Other
31 stars 28 forks source link

[BUG]. Kira network manager #22

Closed MrLutik closed 3 years ago

MrLutik commented 3 years ago

After adding seeds manually:

2021-04-18_00-10

https://github.com/KiraCore/kira/blob/d91f4d024c7844bb31cdb4cc8cb3b04c188747e4/workstation/kira/kira-networking.sh

COMMON_PATH="$DOCKER_COMMON/$DOCKER_COMMON"

suggest that it should be like: COMMON_PATH="$DOCKER_COMMON"

echoInfo "INFO: Copying $TYPE configuration to the $CONTAINER container common directory..." cp -a -v -f "$FILE" "$COMMON_PATH/$TYPE"

asmodat commented 3 years ago

thank you, resolved on branch testnet-2