mirror of
https://github.com/nextcloud/vm.git
synced 2025-10-26 11:27:32 +00:00
lower than, once and for all
This commit is contained in:
parent
b1ac124f24
commit
752d0c2f2d
2
lib.sh
2
lib.sh
@ -543,7 +543,7 @@ check_command sudo -u www-data php "$NCPATH"/occ "$@";
|
||||
}
|
||||
|
||||
lowest_compatible_nc() {
|
||||
if [ "${CURRENTVERSION%%.*}" -gt "$1" ]
|
||||
if [ "${CURRENTVERSION%%.*}" -lt "$1" ]
|
||||
then
|
||||
msg_box "This script is developed to work with Nextcloud $1 and later
|
||||
Please upgrade your Nextcloud to that version before running this script
|
||||
|
||||
Loading…
Reference in New Issue
Block a user