This commit is contained in:
2019-01-28 09:55:00 -06:00
parent 18c3a3829b
commit 0491a2161d
2 changed files with 2 additions and 2 deletions

View File

@@ -83,7 +83,7 @@ case "$1" in
update)
echo -en "\e[1A";
echo -e "${idsCL[Green]} Updates C ompleted${idsCL[Default]}"
echo -e "${idsCL[Green]} Updates Completed${idsCL[Default]}"
echo ""
exit 0;;

2
run.sh
View File

@@ -13,7 +13,7 @@ if [ "$1" != "service" ] && [ "$1" != "" ]; then
echo -e "Node hostname: ${node_hostname}"
echo -e "${idsCL[Yellow]}-------------------------------------------------------------${idsCL[Default]}"
echo ""
if [ "$1" = "update" ]; then echo -en "${idsCL[LightCyan]}Checking for updateS...${idsCL[Default]}"
if [ "$1" = "update" ]; then echo -e "${idsCL[LightCyan]}Checking for updateS...${idsCL[Default]}"
else echo -e "${idsCL[LightCyan]}Checking for updates...${idsCL[Default]}"
fi
echo ""