Update run.sh

This commit is contained in:
2023-07-04 17:35:43 -05:00
parent 3da35f564b
commit 722fdccf65

2
run.sh
View File

@@ -59,7 +59,7 @@ if [[ "${noheader}" != *" ${1} "* ]] && [[ "${noheader}" != *" ${2} "* ]] && [ "
echo -en "\e[1A";
echo -e "\e[0K\r ${idsCL[LightCyan]}No Updates Available${idsCL[Default]}"
else
echo -e "${idsCL[LightCyan]}No Updates Available${idsCL[Default]}"
echo -e "${idsCL[Cyan]}No Updates Available${idsCL[Default]}"
fi
else
echo -e "${idsCL[Red]}Could not connect to 'git.schroedercity.com' for updates${idsCL[Default]}"