diff --git a/inxi b/inxi index 7462d31..35ecafb 100755 --- a/inxi +++ b/inxi @@ -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"