mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-20 18:18:56 +00:00
feature(socket) exec symbols: add "*"
This commit is contained in:
parent
5b7334f09d
commit
e41af3d574
1 changed files with 1 additions and 1 deletions
|
|
@ -193,7 +193,7 @@
|
|||
|
||||
lExec_func = ClientFuncs[pConnNum];
|
||||
|
||||
lExecSymbols = ['#', '&', '{', '}', '|', '\'', '"'];
|
||||
lExecSymbols = ['*','#', '&', '{', '}', '|', '\'', '"'];
|
||||
|
||||
if (Util.isContainStr(pCommand, lExecSymbols))
|
||||
exec(pCommand, lExec_func);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue