GPG在crontab中不起作用

我有以下脚本:
#!/bin/sh -e
PWD="supersecretpassword"
file="/backup/2do/example.txt"
echo before
echo $PWD | gpg --passphrase-fd 0 -c $file
echo after

如果手动执行,脚本可以正常工作,但是当执行gpg行作为crontab执行时,它会停止工作.

GPG显示

gpg: cannot open `/dev/tty': No such device or address

我很感激任何建议!

解:
将–no-tty添加到GPG

解决方法

将-vv添加到gpg命令以查看更多输出.它可能与缺少〜/ .gnupg有关.

相关文章

1、安装Apache。 1)执行如下命令,安装Apache服务及其扩展包...
一、先说一下用ansible批量采集机器信息的实现办法: 1、先把...
安装配置 1. 安装vsftpd 检查是否安装了vsftpd # rpm -qa | ...
如何抑制stable_secret读取关键的“net.ipv6.conf.all.stabl...
1 删除0字节文件 find -type f -size 0 -exec rm -rf {} ...
## 步骤 1:安装必要的软件包 首先,需要确保系统已安装 `dh...