mirror of
https://github.com/Websoft9/websoft9.git
synced 2025-01-24 01:50:19 +08:00
Update shell_execute.py
This commit is contained in:
parent
d730c4f789
commit
115eff13e8
@ -28,6 +28,6 @@ def convert_command(cmd_str):
|
||||
if cmd_str == "":
|
||||
convert_cmd=cmd_str
|
||||
else:
|
||||
convert_cmd="f'nsenter -m -u -i -n -p -t 1 sh -c " +cmd_str
|
||||
convert_cmd="f nsenter -m -u -i -n -p -t 1 sh -c " +cmd_str
|
||||
|
||||
return convert_cmd
|
||||
|
Loading…
Reference in New Issue
Block a user