fix lowest_compatible

This commit is contained in:
Daniel Hansson 2020-02-19 14:12:11 +01:00 committed by GitHub
parent 0651a6a613
commit 4db8bdfca5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

8
lib.sh
View File

@ -930,10 +930,10 @@ if [ "${CURRENTVERSION%%.*}" -ge "$1" ]
then
sleep 1
else
msg_box "It appears that something went wrong with the update.
Please report this to $ISSUES"
occ_command -V
exit
msg_box "Your current version are still not compatible with the version required ("$1") to run this script.
Please try again."
occ_command -V
exit
fi
}