Re: ENV vs BASH_ENV

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

 



I think that the path of the script may be an issue. When you setup
scripts in crontab its best to use absolute paths for all commands or
scripts.

-Anup
On Mon, 2008-07-21 at 17:58 +0200, Luca Ferrari wrote:
> Hi all,
> I cannot find out the difference between defining the two variables, but I 
> discovered after a lot that having both set up in my crontab avoids a script 
> to run correctly. For instance if I have in my crontab:
> 
> ENV=/home/luca/.profile
> BASH_ENV=/home/luca/.profile
> 
> then a shell script seems not to execute unless its output is redirect to a 
> file. So the line
> 
> 00 10 * * * myBackup.sh
> 
> does not seem to run (or starts and ends immediatly), while
> 
> 00 10 * * * myBackup.sh > /tmp/backup.log
> 
> works fine. If I run the backup script manually it works (it uses rsync). 
> What's the magic around the above variables?
> 
> Thanks,
> Luca
> --
> To unsubscribe from this list: send the line "unsubscribe linux-admin" in
> the body of a message to majordomo@xxxxxxxxxxxxxxx
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 

--
To unsubscribe from this list: send the line "unsubscribe linux-admin" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux Newbie]     [Audio]     [Hams]     [Kernel Newbies]     [Util Linux NG]     [Security]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux Device Drivers]     [Samba]     [Video 4 Linux]     [Git]     [Fedora Users]

  Powered by Linux