Clear before lockdown
This commit is contained in:
parent
1b6782f12a
commit
50867e7770
|
@ -1272,7 +1272,7 @@ function show_tripwire_verification_code {
|
|||
if [ ! -f /var/lib/tripwire/${HOSTNAME}.twd ]; then
|
||||
return
|
||||
fi
|
||||
#clear
|
||||
clear
|
||||
echo ''
|
||||
echo $'Tripwire Verification Code'
|
||||
echo ''
|
||||
|
@ -1294,8 +1294,8 @@ function reset_tripwire {
|
|||
any_key
|
||||
return
|
||||
fi
|
||||
clear
|
||||
lockdown_permissions
|
||||
#clear
|
||||
echo $'Creating configuration...'
|
||||
echo '
|
||||
|
||||
|
|
Loading…
Reference in New Issue