diff --git a/inxi b/inxi index 07bb831..0d9dd6d 100755 --- a/inxi +++ b/inxi @@ -346,7 +346,7 @@ print_screen_output() if [[ $KONVI -eq 1 ]];then dcop "$DCPORT" "$DCOPOBJ" say "$DCSERVER" "$DCTARGET" "$print_data" else - echo -ne "$print_data\n" + echo -e "$print_data\n" fi }