Eldad Cohen
2016-03-08 18:30:35 UTC
Leaving the remote script running. is this possible? I want to move on to
other parts of the local script which initiated the remote one, the console
screen keeps getting interrupted with output from the remote.
I am running a script.sh file , the script execute an application. I am
trying to break the connection after running the script and continue with
my fabfile. today the run command hangs out.
The syntax that works in bash for me: ssh ***@server ".... script.sh &>
/dev/null &" &
How can I do it in my fabfile.
Thanks In Advanced
other parts of the local script which initiated the remote one, the console
screen keeps getting interrupted with output from the remote.
I am running a script.sh file , the script execute an application. I am
trying to break the connection after running the script and continue with
my fabfile. today the run command hangs out.
The syntax that works in bash for me: ssh ***@server ".... script.sh &>
/dev/null &" &
How can I do it in my fabfile.
Thanks In Advanced