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:
parent
b433fd16d2
commit
101e90f9e1
@ -77,7 +77,7 @@ Laminar::Laminar(Server &server, Settings settings) :
|
|||||||
LASSERT(settings.home[0] == '/');
|
LASSERT(settings.home[0] == '/');
|
||||||
|
|
||||||
if(fsHome->exists(homePath/"cfg"/"nodes")) {
|
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);
|
exit(EXIT_FAILURE);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user