使用 ; 进行 分割
cmd=' source /x.sh -p /xx/xxx; \
source /x.sh -p /xx/; \
nohup ./bin >' + log_file + " 2>&1 &"
stdin, stdout, stderr = client.exec_command(cmd)
使用 ; 进行 分割
cmd=' source /x.sh -p /xx/xxx; \
source /x.sh -p /xx/; \
nohup ./bin >' + log_file + " 2>&1 &"
stdin, stdout, stderr = client.exec_command(cmd)