From e17e5032dbd20a8aee86b5858c5d5487bb03789e Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Tue, 4 Jul 2023 17:36:43 -0500 Subject: [PATCH] Update run.sh --- run.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/run.sh b/run.sh index 4fde884a..4cfb245d 100755 --- a/run.sh +++ b/run.sh @@ -35,7 +35,7 @@ if [[ "${noheader}" != *" ${1} "* ]] && [[ "${noheader}" != *" ${2} "* ]] && [ " # if [ "`git log --pretty=%H ...refs/heads/dev^ | head -n 1`" != "`git ls-remote origin -h refs/heads/dev |cut -f1`" ]; then if [ "${2}" != "q" ]; then echo -en "\e[1A"; - echo -e "\e[0K\r ${idsCL[LightCyan]}Updating MediaManager...${idsCL[Default]}" + echo -e "\e[0K\r ${idsCL[LightCyan]}Updating NodeMgmt...${idsCL[Default]}" fi git fetch origin master >/dev/null 2>&1 git reset --hard origin/master >/dev/null 2>&1 @@ -50,9 +50,9 @@ if [[ "${noheader}" != *" ${1} "* ]] && [[ "${noheader}" != *" ${2} "* ]] && [ " source ${NM_FOLDER}/defaults.inc if [ "${2}" != "q" ]; then echo -en "\e[1A"; - echo -e "\e[0K\r ${idsCL[Green]}Update to v${VERS} complete${idsCL[Default]}" + echo -e "\e[0K\r ${idsCL[Green]}Updated to v${VERS}${idsCL[Default]}" else - echo -e "${idsCL[Green]}Update to v${VERS} complete${idsCL[Default]}" + echo -e "${idsCL[Green]}Updated to v${VERS}${idsCL[Default]}" fi elif [ "${2}" != "q" ]; then