Skip to content

Commit 441e195

Browse files
authored
Merge pull request #156 from cloud-gov/fix-rsync-script
fix destination for rsync
2 parents cda9289 + e70a980 commit 441e195

File tree

1 file changed

+1
-1
lines changed
  • jobs/elasticsearch-platform/templates/bin

1 file changed

+1
-1
lines changed

jobs/elasticsearch-platform/templates/bin/pre-start

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ fi
3737
<% if p("elasticsearch.migrate_data") %>
3838
if [[ -d /var/vcap/store/elasticsearch ]]; then
3939
mkdir /var/vcap/store/elasticsearch-platform || true
40-
rsync -au /var/vcap/store/elasticsearch/nodes /var/vcap/store/elasticsearch-platform/nodes
40+
rsync -au /var/vcap/store/elasticsearch/nodes /var/vcap/store/elasticsearch-platform
4141
fi
4242
<% end %>
4343

0 commit comments

Comments
 (0)