mirror of
https://github.com/nextcloud/vm.git
synced 2025-10-26 11:27:32 +00:00
fix lowest_compatible
This commit is contained in:
parent
0651a6a613
commit
4db8bdfca5
8
lib.sh
8
lib.sh
@ -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
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user