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

Re: [HS] shell et environnement console versus CRON



On Sat, 15 Oct 2011 12:53:46 +0200
fabrice régnier <regnier.fab@free.fr> wrote:

> * */1 * * * [ -z "$(/usr/bin/pgrep -f mon_script.sh)" ] && 
> /home/contact/mon_script.sh

Et avec:
* */1 * * * if [ -z "$(/usr/bin/pgrep -f mon_script.sh)" ]; then /home/contact/mon_script.sh; fi
?

-- 


Reply to: