From aa4241d550e3fa685dae311266afbe5105f82367 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 23 Jan 2022 16:17:10 -0600 Subject: [PATCH] Update linupx-scripts.sh --- linupx-scripts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linupx-scripts.sh b/linupx-scripts.sh index 60def85..58ef9b3 100755 --- a/linupx-scripts.sh +++ b/linupx-scripts.sh @@ -415,7 +415,7 @@ SCRIPT_MENU() { echo "" echo -e "Last run: ${Green}${LASTRUND} ${LASTRUNT}${Color_Off}" echo "---------------------------------------------------------------------------" - OS=$(detect_os) + OS=($(detect_os)) width=14 printf "%-${width}s: %s\n" "Machine" "${OS[0]}" printf "%-${width}s: %s\n" "Distribution" "${OS[1]}"