1
0

Refactored function call

This commit is contained in:
Xavier Moffett 2023-04-14 00:24:10 +00:00
parent d506b986a6
commit f072439e7c

View File

@ -26,7 +26,7 @@ check () {
echo "Fedora $VERSION_ID is the latest version." echo "Fedora $VERSION_ID is the latest version."
;; ;;
200) 200)
upgrade download
;; ;;
*) *)
echo "Mirror returned unhandled HTTP response: $mirror_response." echo "Mirror returned unhandled HTTP response: $mirror_response."