Stray tld

This commit is contained in:
Bob Mottram 2017-08-05 13:19:16 +01:00
parent 31e7b8d619
commit 99479d6448
1 changed files with 2 additions and 2 deletions

View File

@ -1298,8 +1298,8 @@ function reset_tripwire {
' | reset-tripwire ' | reset-tripwire
echo '' echo ''
if [ -f /var/lib/tripwire/${HOSTNAME}.net.twd ]; then if [ -f /var/lib/tripwire/${HOSTNAME}.twd ]; then
DBHASH=$(sha512sum /var/lib/tripwire/${HOSTNAME}.net.twd) DBHASH=$(sha512sum /var/lib/tripwire/${HOSTNAME}.twd)
echo "$DBHASH" | qrencode -t UTF8 echo "$DBHASH" | qrencode -t UTF8
echo '' echo ''
echo "$DBHASH" echo "$DBHASH"