Cron Job will not run.

Brandon Hinesley brandonh at hotandcold.biz
Fri Nov 4 16:47:00 GMT 2005


You're right... it's for /usr/local/bin/bash.  Obviously I had a lot more
problems than I was aware of.  Its working now; thanks, I appreciate
everyone's help.

> for (( i = $numbkups ; i >= 2 ; i-- ))
> do
>     let from=i-1
>     mv -fv $dbkups/$from $dbkups/$i
> done
>
Hmmm, what shell is this supposed to run in?
It doesn't look like /bin/sh syntax to me.




More information about the freebsd-questions mailing list