reset on exit normal terminal colors

This commit is contained in:
inxi-svn 2011-04-26 06:33:41 +00:00
parent 5a4bcc36ef
commit b02ac38aea

1
inxi
View file

@ -905,6 +905,7 @@ select_default_color_scheme()
elif [[ $user_selection == $(( $i+2 )) ]];then
set_color_scheme $DEFAULT_COLOR_SCHEME
print_screen_output "Ok, exiting $SCRIPT_NAME now. You can set the colors later."
echo -n ""
exit 0
else
print_screen_output "Error - Invalid Selection. You entered this: $user_selection"