mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-19 09:24:51 +00:00
feature(socket) lExecSymbols: add "&"
This commit is contained in:
parent
01034d206a
commit
79a272a078
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