diff --git a/lib/server/socket.js b/lib/server/socket.js index e05bfc66..3885e695 100644 --- a/lib/server/socket.js +++ b/lib/server/socket.js @@ -193,7 +193,7 @@ lExec_func = ClientFuncs[pConnNum]; - lExecSymbols = ['&', '{', '}', '|', '\'', '"']; + lExecSymbols = ['#', '&', '{', '}', '|', '\'', '"']; if (Util.isContainStr(pCommand, lExecSymbols)) exec(pCommand, lExec_func);