mirror of
https://github.com/apache/lucene.git
synced 2025-02-23 10:51:29 +00:00
replaced ; with ,
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@387958 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
99fa0d06ec
commit
2ae66472c6
@ -107,7 +107,7 @@ lastsnap=`ls -drt1 ${data_dir}/snapshot.* 2> /dev/null | tail -1 `
|
||||
|
||||
if [[ $lastsnap == "" ]]
|
||||
then
|
||||
logMessage commit did not create snapshot at port ${solr_port}; backup failed:
|
||||
logMessage commit did not create snapshot at port ${solr_port}, backup failed:
|
||||
logExit failed 3
|
||||
fi
|
||||
|
||||
|
@ -107,7 +107,7 @@ lastsnap=`ls -drt1 ${data_dir}/snapshot.* | tail -1 `
|
||||
|
||||
if [[ $lastsnap == "" ]]
|
||||
then
|
||||
logMessage commit did not create snapshot at port ${solr_port}; backup failed:
|
||||
logMessage commit did not create snapshot at port ${solr_port}, backup failed:
|
||||
logExit failed 3
|
||||
fi
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user