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]}"