fix cache-nodeinfo.sh file
cache-nodeinfo.sh currently blows up if there is no file in the /opt/cordite/config directory:
cp: cannot stat '/opt/cordite/config/nodeInfo*': No such file or directory
we need to fix this so that the file does something sensible (ie carries on) in this case.