From df304b417a657d819912abc9467b24fe9ccbb803 Mon Sep 17 00:00:00 2001 From: Andrew Bauer Date: Tue, 13 Jun 2017 11:08:58 -0500 Subject: [PATCH] Update zmupdate.pl.in --- scripts/zmupdate.pl.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/zmupdate.pl.in b/scripts/zmupdate.pl.in index 4b08b4deb..96e6cd23d 100644 --- a/scripts/zmupdate.pl.in +++ b/scripts/zmupdate.pl.in @@ -976,7 +976,7 @@ sub migratePaths { my $customConfigFile = "@ZM_CONFIG_SUBDIR@/zmcustom.conf"; - if ( (! -e $customConfigFile ) && ( ZM_VERSION ge '1.31.0' ) && ($Config{ZM_DYN_DB_VERSION} lt '1.31.0') ) { + if ( (! -e $customConfigFile ) && ( ZM_VERSION ge '1.31.0' ) && ($Config{ZM_DYN_DB_VERSION} lt '1.31.1') ) { my %customConfig;