fab-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Fab-user] Why can’t I run programs in the back ground with &?


From: Gilgamezh
Subject: Re: [Fab-user] Why can’t I run programs in the back ground with &?
Date: Thu, 17 Jan 2013 10:47:40 -0300
User-agent: Roundcube Webmail/0.8.4



El 2013-01-17 10:32, Dhanasekaran Anbalagan escribió:
Hi Guys

Fabric not working well, with background process like (sh script.sh &)

I tried nohub example not work pretty good,

def vimal():
      run("bash /home/sysops/sarexecute.sh >& /dev/null < /dev/null &")

please guide me guys

-Dhanasekaran.

Did I learn something today? If not, I wasted it.
_______________________________________________
Fab-user mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/fab-user

Hi!,

you tried with quiet=True ?

def vimal():
run("bash /home/sysops/sarexecute.sh >& /dev/null < /dev/null &",quiet=True)

regards!




reply via email to

[Prev in Thread] Current Thread [Next in Thread]