don't use `realpath` (#244)

This commit is contained in:
Ștefan Talpalaru 2019-04-09 20:51:03 +02:00 committed by Jacek Sieka
parent cdf9baf5e6
commit f9a3dffd00
1 changed files with 2 additions and 2 deletions

View File

@ -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