changeset 2:afafc5126f8c default tip

Fixing arg delimiter
author Dominic Cleal <dominic@computerkb.co.uk>
date Sat, 21 Nov 2009 12:25:21 +0000
parents 9b1165b3f241
children
files sshfp_update.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/sshfp_update.sh	Fri Nov 20 11:53:16 2009 +0000
+++ b/sshfp_update.sh	Sat Nov 21 12:25:21 2009 +0000
@@ -33,5 +33,5 @@
 RSA_FP=$(ssh-keygen -lf "$RSA_KEY" | awk '{ print $2 }')
 DSA_FP=$(ssh-keygen -lf "$DSA_KEY" | awk '{ print $2 }')
 
-exec curl --max-time=30 "$URL?action=update&rsa=$RSA_FP&dsa=$DSA_FP"
+exec curl --max-time 30 "$URL?action=update&rsa=$RSA_FP&dsa=$DSA_FP"