From b80fdc1ed602239b5ef1d3a82f6de95d770c90d9 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 25 Feb 2023 17:41:03 -0600 Subject: [PATCH] Update run.sh --- run.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/run.sh b/run.sh index 52def11..c1caec7 100755 --- a/run.sh +++ b/run.sh @@ -53,6 +53,7 @@ if [ "${1}" == "update" ]; then echo -en "\e[1A"; echo -e "\e[0K\r ${idsCL[LightCyan]}No Updates Available${idsCL[Default]}" fi + /bin/rm -f ${MMFOLDER}/update.available else echo -e "${idsCL[Red]}Could not connect to 'git.schroedercity.com' for updates${idsCL[Default]}" fi