Stray tld
This commit is contained in:
parent
31e7b8d619
commit
99479d6448
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue