1
0
mirror of https://github.com/ohwgiles/laminar.git synced 2024-10-27 20:34:20 +00:00

remove reference to helper script

more trouble than it's worth
This commit is contained in:
Oliver Giles 2019-12-13 10:32:09 +02:00
parent b433fd16d2
commit 101e90f9e1

View File

@ -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);
}