remove reference to helper script

more trouble than it's worth
feature/contexts
Oliver Giles 4 years ago
parent b433fd16d2
commit 101e90f9e1

@ -77,7 +77,7 @@ Laminar::Laminar(Server &server, Settings settings) :
LASSERT(settings.home[0] == '/');
if(fsHome->exists(homePath/"cfg"/"nodes")) {
LLOG(ERROR, "Found node configuration directory cfg/nodes. Nodes have been deprecated, please migrate to contexts. The helper script laminar-migrate-to-contexts.sh script may help with this. Laminar will now exit.");
LLOG(ERROR, "Found node configuration directory cfg/nodes. Nodes have been deprecated, please migrate to contexts. Laminar will now exit.");
exit(EXIT_FAILURE);
}

Loading…
Cancel
Save