mirror of
https://github.com/fbelavenuto/arpl.git
synced 2026-01-03 06:52:05 +08:00
Fixing checksum
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user