Manual hash check after verify
This commit is contained in:
parent
659e49c477
commit
46b37c96c1
|
@ -1360,7 +1360,7 @@ function reset_tripwire {
|
|||
else
|
||||
echo $'ERROR: tripwire database was not created'
|
||||
fi
|
||||
any_key_verify
|
||||
any_key
|
||||
}
|
||||
|
||||
function format_drive {
|
||||
|
@ -2217,7 +2217,7 @@ function menu_top_level {
|
|||
3) menu_backup_restore;;
|
||||
4) show_firewall;;
|
||||
5) show_tripwire_verification_code
|
||||
any_key;;
|
||||
any_key_verify;;
|
||||
6) reset_tripwire;;
|
||||
7) menu_app_settings;;
|
||||
8) /usr/local/bin/addremove
|
||||
|
|
Loading…
Reference in New Issue