You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Check if .node-identity.json exists in /tmp
if [ ! -f /tmp/.node-identity.json ]; then
echo "Creating .node-identity.json..."
# Run gofer to generate the .node-identity.json if it doesn't exist
/orcfax/$NODE_NAME/gofer/gofer data ADA/USD -o orcfax
else
echo ".node-identity.json already exists."
fi
Describe the issue
The file needs to persist or be recreated on reboot therefore it is better if it is in a more persistent location on the node's hard-drive.
What component or features of Orcfax are affected?
Provide any further information
Good practice should be to create a default location
/var/tmp/node-identity.json
with the possibility of over-riding this as required.The text was updated successfully, but these errors were encountered: