浏览代码

Exit after clear

Bob Mottram 8 年前
父节点
当前提交
c2b2a8e332
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      src/freedombone-sec

+ 1
- 0
src/freedombone-sec 查看文件

@@ -698,6 +698,7 @@ function clear_passwords {
698 698
     ${PROJECT_NAME}-pass --clear yes
699 699
     dialog --title $"Passwords were removed" \
700 700
            --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
701
+    exit 0
701 702
 }
702 703
 
703 704
 function menu_security_settings {