summaryrefslogtreecommitdiff
path: root/rif-friendimportexport.sh
diff options
context:
space:
mode:
Diffstat (limited to 'rif-friendimportexport.sh')
-rwxr-xr-xrif-friendimportexport.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/rif-friendimportexport.sh b/rif-friendimportexport.sh
index a248e2f..ff41c6c 100755
--- a/rif-friendimportexport.sh
+++ b/rif-friendimportexport.sh
@@ -3,11 +3,11 @@
tmp=$(mktemp)
-gpg --list-keys --with-colons | grep RIF | awk -F: '{ print $10 }' | sed 's/\\x3a/:/' | (
+gpg --list-keys --with-colons | grep RI6F | awk -F: '{ print $10 }' | sed 's/\\x3a/:/' | (
while read line
do
name=$(echo $line | sed 's/\(.*\)(.*/\1/')
- url=$(echo $line | sed -e 's/.*(RIF //' -e 's/).*//')
+ url=$(echo $line | sed -e 's/.*(RI6F //' -e 's/).*//')
keyurl=$url/rifkeys
echo "Getting friends from $name on $keyurl ..."