Merge pull request #682 from dylanaraps/get_locale
Info: Added function to display locale.
This commit is contained in:
commit
0180485851
|
@ -37,6 +37,7 @@ print_info() {
|
|||
# info "Public IP" public_ip
|
||||
# info "Users" users
|
||||
# info "Install Date" install_date
|
||||
# info "Locale" locale # This only works on glibc systems.
|
||||
|
||||
info line_break
|
||||
info cols
|
||||
|
|
Reference in New Issue