Update run.sh

This commit is contained in:
2023-08-28 22:36:25 -05:00
parent 492f9e1934
commit d50fbdb563

6
run.sh
View File

@@ -54,11 +54,7 @@ if curl -m 5 -s --head --request GET https://git.schroedercity.com | grep "HTTP
fi
fi
fi
if [ "${1}" != "runup" ]; then
echo -en "\e[1A";
echo -e "\e[0K\r ${idsCL[Green]}Updates Completed${idsCL[Default]}"
echo ""
fi
else
echo -e "${idsCL[Red]}Could not connect to 'git.schroedercity.com' for updates${idsCL[Default]}"
fi