Merge branch 'master' of seb.lautre.net/git/seb/scripts...
...Merge branch 'master' of http://seb.lautre.net/git/seb/scripts
... | ... |
@@ -10,7 +10,7 @@ test -r "${0}.conf" && source "${0}.conf" |
10 | 10 |
|
11 | 11 |
test -w "$authfile" || exit |
12 | 12 |
|
13 |
-sed -i "/ \+${0##*/}-$onetime_suffix *$/d" "$authfile" |
|
13 |
+sed -i "/ \+${0##*/}$onetime_suffix *$/d" "$authfile" |
|
14 | 14 |
|
15 | 15 |
if test -z "$1"; then |
16 | 16 |
rm -f "$key" "$pubkey" |