当从php运行时,gpg返回2

时间:2016-04-12 09:09:45

标签: php amazon-ec2 gnupg

我有这个代码,我可以Amazon EC2使用SSH

echo mypassphrase | /usr/bin/gpg --batch --yes --always-trust --output daily_file/EZPNotif_1A_20160401.txt --passphrase-fd 0 daily_file/EZPNotif_1A_20160401.txt.gpg 上运行而没有任何问题
exec("echo mypassphrase | /usr/bin/gpg --batch --yes --always-trust --output ".$decryptedFiles[$i]." --passphrase-fd 0 ".$encryptedFiles[$i], $output, $return_var);

但是当我尝试使用像这样的php exec执行它时

$return_var

decrypted将返回2.当然,文件不是/ some code here %h3= Description .results =render 'result_box' 。我该怎么办?

0 个答案:

没有答案