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