mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-02-22 19:28:20 +00:00
cp -l is not portable enough (not working on macOS)
This commit is contained in:
parent
81f031ea1b
commit
f30604db28
@ -42,7 +42,7 @@ if [[ "$BOOTSTRAP_NODE_NETWORK_TYPE" != "$NETWORK_TYPE" ]]; then
|
|||||||
--nimcache:nimcache/bootstrap_node \
|
--nimcache:nimcache/bootstrap_node \
|
||||||
-d:"NETWORK_TYPE=$BOOTSTRAP_NODE_NETWORK_TYPE"
|
-d:"NETWORK_TYPE=$BOOTSTRAP_NODE_NETWORK_TYPE"
|
||||||
else
|
else
|
||||||
cp -l $BEACON_NODE_BIN $BOOTSTRAP_NODE_BIN
|
cp $BEACON_NODE_BIN $BOOTSTRAP_NODE_BIN
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ ! -f "${LAST_VALIDATOR}" ]; then
|
if [ ! -f "${LAST_VALIDATOR}" ]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user