Pause after running security settings

This commit is contained in:
Bob Mottram 2015-11-03 09:24:55 +00:00
parent f3cb9db08a
commit f6f2bc51a5
1 changed files with 6 additions and 1 deletions

View File

@ -445,6 +445,11 @@ function restore_gpg_key {
any_key any_key
} }
function security_settings {
freedombone-sec
any_key
}
function menu_backup_restore { function menu_backup_restore {
while true while true
do do
@ -559,7 +564,7 @@ function menu_top_level {
3) logging_on_off;; 3) logging_on_off;;
4) menu_users;; 4) menu_users;;
5) menu_email;; 5) menu_email;;
6) freedombone-sec;; 6) security_settings;;
7) break;; 7) break;;
esac esac
done done