diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2009-02-19 03:13:50 -0500 |
---|---|---|
committer | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2009-02-19 03:13:50 -0500 |
commit | 4a97e06ea70447334f5dfeecb389fe7bdc27e627 (patch) | |
tree | e225f855c19fd0de6013e30f987a12f9c12d26a6 /src/transitions | |
parent | e1dcdd693b854afaddb58c2049585ac9247f69a6 (diff) |
fix think-o in 0.23 transition.
Diffstat (limited to 'src/transitions')
-rwxr-xr-x | src/transitions/0.23 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/transitions/0.23 b/src/transitions/0.23 index e1c9e9e..cd01662 100755 --- a/src/transitions/0.23 +++ b/src/transitions/0.23 @@ -56,8 +56,8 @@ if [ -d "$SYSDATADIR"/gnupg-host ] ; then ### transfer identity certifiers, if they don't already exist in the ### current setup: - if [ monkeysphere-authentication list-identity-certifiers | \ - grep -q '^[A-F0-9]{40}:$' ] ; then + if monkeysphere-authentication list-identity-certifiers | \ + grep -q '^[A-F0-9]{40}:$' ; then log 'There are already certifiers in the new system!\nNot transferring any certifiers.\n' else # get the old host keygrip (don't know why there would be more |