Mercurial > dropbear
view libtomcrypt/mess.sh @ 982:fd2e8bbb0333
Make sure hostkeys are flushed to disk to avoid empty files if the power
fails. Based on patch from Peter Korsgaard
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Sat, 08 Nov 2014 22:15:16 +0800 |
parents | 0cbe8f6dbf9e |
children |
line wrap: on
line source
#!/bin/bash if cvs log $1 >/dev/null 2>/dev/null; then exit 0; else echo "$1 shouldn't be here, removed"; rm -f $1 ; fi