From fad33cde32271c7d7348ad2a6fef0601f1aed589 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 29 Apr 2023 20:42:27 -0500 Subject: [PATCH] Update mm-scripts.sh --- mm-scripts.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mm-scripts.sh b/mm-scripts.sh index aeb236d..02c9145 100755 --- a/mm-scripts.sh +++ b/mm-scripts.sh @@ -862,7 +862,7 @@ UPDATESERVICE(){ echo -e "${idsCL[White]}${msg}${spc} : ${idsCL[Green]}${!cver}${idsCL[Default]}" if [ "${!cver}" != "${installed_ver}" ] || [ "${2}" == "force" ]; then - echo -e " ${idsCL[LightCyan]} Update Not Needed, but force option was chosen${idsCL[Default]}" + echo -e "${idsCL[LightCyan]} Update Not Needed, but force option was chosen${idsCL[Default]}" tmpfile=/tmp/${usrvc}-update.tar.gz bak=/opt/Backups/${usrvc}.opt.tgz @@ -932,7 +932,7 @@ UPDATESERVICE(){ echo -e "${idsCL[Green]}${usrvc^} Service has been updated${idsCL[Default]}" else - echo -e " ${idsCL[LightCyan]} Update Not Needed ${idsCL[Default]}" + echo -e "${idsCL[LightCyan]} Update Not Needed ${idsCL[Default]}" fi