fix batch mode -c args problem. #1072

This commit is contained in:
hengyunabc 2020-03-26 20:06:51 +08:00
parent 305e360f16
commit e1141dfa97

View File

@ -807,7 +807,7 @@ active_console()
${TARGET_IP} \
${TELNET_PORT} \
"${tempArgs[@]}" \
-c ${COMMAND}
-c "${COMMAND}"
fi
if [ "${BATCH_FILE}" ] ; then
"${JAVA_HOME}/bin/java" ${ARTHAS_OPTS} ${JVM_OPTS} \