don't use `realpath` (#244)
This commit is contained in:
parent
cdf9baf5e6
commit
f9a3dffd00
|
@ -29,7 +29,7 @@ echo "Done! You're now ready to connect to $NETWORK_NAME by running:"
|
|||
echo
|
||||
echo " $BEACON_NODE_BIN"
|
||||
echo
|
||||
echo "Database and configuration files in:"
|
||||
echo "Database and configuration files placed in:"
|
||||
echo
|
||||
echo " $(realpath ~/.cache/nimbus/BeaconNode/${NETWORK_NAME})"
|
||||
echo " ${HOME}/.cache/nimbus/BeaconNode/${NETWORK_NAME}"
|
||||
echo
|
||||
|
|
Loading…
Reference in New Issue