Remove non-existent function from exports in user-manager.sh

Fixed error: 'export: display_user_overview: not a function'

The function doesn't exist in user-manager.sh but was being exported.
Removed from export list.
This commit is contained in:
cschantz
2025-12-03 01:32:27 -05:00
parent 5d129d3f55
commit c9a94c4fbc
-1
View File
@@ -735,4 +735,3 @@ export -f get_interworx_user_domains
export -f get_user_databases
export -f get_user_log_files
export -f select_user_interactive
export -f display_user_overview