On Thu, Jun 11, 2015 at 12:46 AM, Martin Rubi <[email protected]> wrote: >> cd /home/vagrant/src/la-poderosa/grunt >> nohup grunt > /dev/null 2>&1 &
Hello martin I may be due the script? I think the nohup is failing I thik this: nohup grunt > /dev/null 2>&1 & Should be: nohup ./grunt > /dev/null 2>&1 & So my complete suggestion will be: pushd cd /home/vagrant/src/la-poderosa/grunt ; nohup ./grunt > /dev/null 2>&1 & hope this helps. Alvaro. -- You received this message because you are subscribed to the Google Groups "Vagrant" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
