go up folders for dev sql copy

This commit is contained in:
Christoph Kluge 2021-08-12 12:09:21 +02:00
parent 77b3373ffb
commit d008e4f71e

View File

@ -20,6 +20,7 @@ if [ $# -gt 0 ]; then
tar xJf ../../influxdbv2-data.tar.xz
rm ../../influxdbv2-data.tar.xz
cd ../..
# If development: Use SQL source including INFLUX-Job Metadata instead
cp ./sql-source/ClusterCockpit-dev.sql ./sql-init/ClusterCockpit.sql
fi