Skip to content

Commit 1296a23

Browse files
author
Slyke
committed
Switch shell type
1 parent 8f67f39 commit 1296a23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.internal/pycli/deps/host_exec.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def getCommandString(command, iotstackPwd=iotstackPwd, hostUser=hostUser, hostAd
1616
)
1717

1818
def execSilent(command):
19-
execRes = subprocess.check_output(getCommandString(command), stderr=subprocess.PIPE, shell=False)
19+
execRes = subprocess.check_output(getCommandString(command), stderr=subprocess.PIPE, shell=True)
2020
return execRes.decode('ascii').strip()
2121

2222
def execInteractive(command):

0 commit comments

Comments
 (0)