]> git.netwichtig.de Git - user/henk/code/shell/rif.git/blobdiff - rif-exportfriends.sh
Update all files to use RI6F instead of RIF
[user/henk/code/shell/rif.git] / rif-exportfriends.sh
index 0014a8b1b69dbb9edbb52d2fc7aba22f9da7c3c3..20525bc854e74a4d211224cc087a7e0c5298b001 100755 (executable)
@@ -10,7 +10,7 @@ fi
 dir=$1; shift
 keys="$dir/rifkeys"
 
-gpg -a --export RIF > "$keys"
+gpg -a --export RI6F > "$keys"
 
 # Ensure everyone can read them
 chmod 0644 "$keys"