diff --git a/inxi b/inxi index 6f9be58..3d4f27c 100755 --- a/inxi +++ b/inxi @@ -348,7 +348,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 }