Re: crontab + openbsd

2009-04-02 Thread Simon Ruderich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wed, Apr 01, 2009 at 03:44:19PM +0200, Nix wrote: > Hi > > I got a problem with a crypt file. > When i execute my script no problem everything work, but when i schedule it > in a crontab there is a problem with the passphrase "gpg: decryption failed

crontab + openbsd

2009-04-02 Thread Nix
Hi I got a problem with a crypt file. When i execute my script no problem everything work, but when i schedule it in a crontab there is a problem with the passphrase "gpg: decryption failed: secret key not available" #!/bin/sh gpgdir=/appli/ for i in `find $gpgdir -name '*.TOTO'`; do echo ma_pa

crontab + openbsd

2009-04-01 Thread Nix
Hi I got a problem with a crypt file. When i execute my script no problem everything work, but when i schedule it in a crontab there is a problem with the passphrase "gpg: decryption failed: secret key not available" #!/bin/sh gpgdir=/appli/ for i in `find $gpgdir -name '*.TOTO'`; do echo ma_pa

crontab + openbsd

2009-04-01 Thread Nix
Hi I got a problem with a crypt file. When i execute my script no problem everything work, but when i schedule it in a crontab there is a problem with the passphrase "gpg: decryption failed: secret key not available" #!/bin/sh gpgdir=/appli/ for i in `find $gpgdir -name '*.TOTO'`; do echo ma_pa