Fix typo in update script

pull/24/head
Sebastian Kinne 2017-11-22 16:20:42 +11:00
parent c9a79cf096
commit feefad5be5
1 changed files with 1 additions and 1 deletions

View File

@ -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."
}