From bdd64c1074da90b9b48adab9ae37c722a3442884 Mon Sep 17 00:00:00 2001 From: dpavlin Date: Tue, 30 Aug 2005 09:55:34 +0000 Subject: [PATCH] don't try to create HyperEstraier index if creating database git-svn-id: svn+ssh://llin/home/dpavlin/private/svn/BackupPC/trunk@95 8392b6e1-25fa-0310-8288-cc32f8e212ea --- bin/BackupPC_updatedb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/BackupPC_updatedb b/bin/BackupPC_updatedb index 7c7c9f9..e433555 100755 --- a/bin/BackupPC_updatedb +++ b/bin/BackupPC_updatedb @@ -216,7 +216,7 @@ sub hest_update { ## update index ## -if ($opt{i} || ($index_path && ! -e $index_path)) { +if (($opt{i} || ($index_path && ! -e $index_path)) && !$opt{c}) { # update all print "force update of HyperEstraier index "; print "importing existing data" unless (-e $index_path); -- 2.20.1