diff --git a/bin/as.sh b/bin/as.sh index f7ac4646f..d973bd3fb 100755 --- a/bin/as.sh +++ b/bin/as.sh @@ -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} \