Setup Script - added fallback menu

This commit is contained in:
Mike Reeves
2018-03-23 15:16:28 -04:00
parent 1159c605c3
commit 225dfe3b9c

View File

@@ -329,7 +329,7 @@ whiptail_menu() {
"List Users" "List all users on the system." \
"Add Group" "Add a user group to the system." \
"Modify Group" "Modify a group and its list of members." \
"List Groups" "List all groups on the system.")
"List Groups" "List all groups on the system." 3>&2 2>&1 1>&3)
}
whiptail_nids() {