summaryrefslogtreecommitdiffstats
path: root/vespabase/src/vespa-allow-downgrade-from-6-to-5.sh
blob: c01333bdd791b70b7e09572646f52a800c2d37c8 (plain) (blame)
1
2
3
4
5
6
7
8
#!/bin/sh
# Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.

for f in /home/y/var/db/vespa/search/*/*/documents/*/config/config-*
do
    echo $f
    touch $f/smartsummary.cfg
done