diff --git a/inxi b/inxi index fbbf10b..af6efc6 100755 --- a/inxi +++ b/inxi @@ -4307,7 +4307,6 @@ print_repo_data() b_print_next_line='true' else repo_full="$file_content" - b_print_next_line='false' fi # first line print Repos: if [[ $repo_count -eq 1 ]];then @@ -4320,6 +4319,7 @@ print_repo_data() if [[ $b_print_next_line == 'true' ]];then repo_full=$( create_print_line " " "$file_content" ) print_screen_output "$repo_full" + b_print_next_line='false' fi done <<< "$REPO_DATA" else