Skip to content

Commit 6503fe3

Browse files
Update gen_dkim.sh
1 parent bed4165 commit 6503fe3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dkim/gen_dkim.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#!/bin/bash
22

33
KEYDIR=/etc/mail
4-
OPENSSLDIR=/usr/local/openssl-1.0.2u/bin
5-
CURLDIR=/usr/local/curl-7.82.0/bin
4+
OPENSSLDIR=/usr/local/openssl-1.1.1u/bin
5+
CURLDIR=/usr/local/curl-7.74.0/bin
66

77
if [ -f $KEYDIR/$HOSTNAME.key -a -f $KEYDIR/$HOSTNAME.pub ]; then
88
MYIP=`$CURLDIR/curl https://polmira.ru/ip.php`

0 commit comments

Comments
 (0)