I launch a shell script from a remote Linux machine using Paramiko. The shell script is launched and execute a command make -j8
. However the exec_command
returns before the completion of the make.
If I launch the script on the local machine it executes correctly.
Could someone explain me this behaviour?