From feefad5be5f8fc5d2e8063c60880029b8579dea9 Mon Sep 17 00:00:00 2001 From: Sebastian Kinne Date: Wed, 22 Nov 2017 16:20:42 +1100 Subject: [PATCH] Fix typo in update script --- updates/3.update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/updates/3.update b/updates/3.update index d6cf504..ba6b2fd 100644 --- a/updates/3.update +++ b/updates/3.update @@ -19,5 +19,5 @@ echo -e "Upgrade file downloaded. Verifying file integrity.\n\n" sleep 8 && clear killall sshd } || { - echo -e "MD5 checksum missmatch. Please try again." + echo -e "SHA256 checksum missmatch. Please try again." }