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