On Sat, 28 Jan 2012 23:48:26 +0000 (UTC) Camaleón <[email protected]> wrote:
Normal (Funcionaba en Ubuntu) #!/bin/bash cd ~/scripts python droopy -d /media/Disco160/image -m "Cada 1 de mes se borrara a las 15hs UTC-3." -p /home/mama/Imagenes/avatar.png --dl En Debian, Script en Background #!/bin/bash cd ~/scripts python droopy -d /media/Disco160/image -m "Cada 1 de mes se borrara a las 15hs UTC-3." -p /home/mama/Imagenes/avatar.png --dl & Mas detalles:. http://www.linuxquestions.org/questions/linux-newbie-8/how-to-run-a-shell-script-in-a-background-608669/#post2999450 -- Voip Mumble (soft libre) :. http://mumble.com.ar Web Hosting :. http://mamalibre.com.ar Red Social :. http://legadolibre.com.ar -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

