Update zmupdate.pl.in

This commit is contained in:
Andrew Bauer 2017-06-13 11:08:58 -05:00 committed by GitHub
parent bf04a68085
commit df304b417a
1 changed files with 1 additions and 1 deletions

View File

@ -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;