From 101e90f9e18b0faf1941108eda978ebaf1285bbc Mon Sep 17 00:00:00 2001 From: Oliver Giles Date: Fri, 13 Dec 2019 10:32:09 +0200 Subject: [PATCH] remove reference to helper script more trouble than it's worth --- src/laminar.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/laminar.cpp b/src/laminar.cpp index 4149c50..5097bb4 100644 --- a/src/laminar.cpp +++ b/src/laminar.cpp @@ -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); }