mirror of
https://github.com/Websoft9/websoft9.git
synced 2025-01-24 18:30:23 +08:00
Update shell_execute.py
This commit is contained in:
parent
bbcc9ce7dd
commit
1d5bdd3dc7
@ -71,6 +71,6 @@ def convert_command(cmd_str):
|
|||||||
if cmd_str == "":
|
if cmd_str == "":
|
||||||
convert_cmd=cmd_str
|
convert_cmd=cmd_str
|
||||||
else:
|
else:
|
||||||
convert_cmd='echo "'+cmd_str+'" > /hostpipe/appmanage'
|
convert_cmd='echo "'+cmd_str+'" > /data/pipe/appmanage'
|
||||||
|
|
||||||
return convert_cmd
|
return convert_cmd
|
||||||
|
Loading…
Reference in New Issue
Block a user