Exit after clear
This commit is contained in:
parent
075909f522
commit
c2b2a8e332
|
@ -698,6 +698,7 @@ function clear_passwords {
|
||||||
${PROJECT_NAME}-pass --clear yes
|
${PROJECT_NAME}-pass --clear yes
|
||||||
dialog --title $"Passwords were removed" \
|
dialog --title $"Passwords were removed" \
|
||||||
--msgbox $"\nFor the best security you should now manually change passwords via web interfaces so that there is no possibility of them being recovered from the disk" 9 60
|
--msgbox $"\nFor the best security you should now manually change passwords via web interfaces so that there is no possibility of them being recovered from the disk" 9 60
|
||||||
|
exit 0
|
||||||
}
|
}
|
||||||
|
|
||||||
function menu_security_settings {
|
function menu_security_settings {
|
||||||
|
|
Loading…
Reference in New Issue