From d9e7f5532add5cfdfd19d19bc82ac628c6a9909e Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Mon, 17 Jul 2023 22:40:58 -0500 Subject: [PATCH] Update linupx-scripts.sh --- linupx-scripts.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/linupx-scripts.sh b/linupx-scripts.sh index b4355a0..4212765 100755 --- a/linupx-scripts.sh +++ b/linupx-scripts.sh @@ -812,12 +812,13 @@ SCRIPT_MENU() { do clear echo - echo -e " ${idsCL[LightGreen]}LinUPx - L I N U X U P D A T E S C R I P T S${idsCL[Default]} ${idsCL[White]}(ver-${VERS})${idsCL[Default]}" - echo -e "${idsCL[LightGreen]}---------------------------------------------------------------------------${idsCL[Default]}" + echo -e " ${idsCL[Green]}LinUPx - L I N U X U P D A T E S C R I P T S${idsCL[Default]} ${idsCL[White]}(ver-${VERS})${idsCL[Default]}" + # echo -e "${idsCL[Green]}---------------------------------------------------------------------------${idsCL[Default]}" + DIVIDER . Green 85 echo -e "Hostname: ${idsCL[Cyan]}$(hostname -s)${idsCL[Default]}" echo -e "Domain: ${idsCL[Cyan]}$(hostname -d)${idsCL[Default]}" echo - echo -e "Updates last run on: ${idsCL[Green]}${LASTRUND} ${LASTRUNT}${idsCL[Default]}" + echo -e "Updates last run on: ${idsCL[LightGreen]}${LASTRUND} ${LASTRUNT}${idsCL[Default]}" echo "---------------------------------------------------------------------------" OS=($(detect_os)) width=14