From cd7e69906558190805fac7fc1da27c20ade0d51b Mon Sep 17 00:00:00 2001 From: minimaomi <93764562+minimaomi@users.noreply.github.com> Date: Mon, 9 Jan 2023 17:09:52 +0800 Subject: [PATCH] Update esprocx.sh --- bin/esprocx.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/esprocx.sh b/bin/esprocx.sh index 2b02b0543..fa4a09c8e 100644 --- a/bin/esprocx.sh +++ b/bin/esprocx.sh @@ -1,3 +1,3 @@ #!/bin/bash source /Applications/esProc.app/Contents/raqsoft/esProc/bin/setEnv.sh -"$EXEC_JAVA" -Xms128m -Xmx1024m -cp "$START_HOME"/esProc/classes:"$START_HOME"/esProc/lib/*:"$START_HOME"/common/jdbc/* -Duser.language=en -Dstart.home="$START_HOME"/esProc com.scudata.ide.spl.Esproc $@ +"$EXEC_JAVA" -Xms128m -Xmx1024m -cp "$START_HOME"/esProc/classes:"$START_HOME"/esProc/lib/*:"$START_HOME"/common/jdbc/* -Duser.language=en -Dstart.home="$START_HOME"/esProc com.scudata.ide.spl.Esprocx $@