From 41c21e53309bf609617b0581aff90879ca7be1ca Mon Sep 17 00:00:00 2001 From: Luis Majano Date: Thu, 17 Oct 2024 22:44:00 +0200 Subject: [PATCH] change to no save --- server-boxlang@1.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server-boxlang@1.json b/server-boxlang@1.json index 5527b8c48..ef4d4baa5 100644 --- a/server-boxlang@1.json +++ b/server-boxlang@1.json @@ -30,6 +30,6 @@ "BOXLANG_DEBUG": true }, "scripts" : { - "onServerInitialInstall":"install bx-mail,bx-mysql,bx-derby,bx-compat-cfml,bx-unsafe-evaluate --!savesettings" + "onServerInitialInstall":"install bx-mail,bx-mysql,bx-derby,bx-compat-cfml,bx-unsafe-evaluate --noSave" } }