Fixing checksum

This commit is contained in:
Fabio Belavenuto
2022-09-19 14:01:27 -03:00
parent 9ac8279c2b
commit f74d889ce3
2 changed files with 5 additions and 5 deletions

View File

@@ -818,7 +818,7 @@ function updateMenu() {
fi
dialog --backtitle "`backtitle`" --title "Update arpl" --aspect 18 \
--infobox "Installing new files" 0 0
(cd /tmp && sha256sum -c sha256sum)
(cd /tmp && sha256sum --status -c sha256sum)
if [ $? -ne 0 ]; then
dialog --backtitle "`backtitle`" --title "Update arpl" --aspect 18 \
--msgbox "Checksum do not match!" 0 0