add newline

This commit is contained in:
m0duspwnens
2021-05-04 09:34:42 -04:00
parent f186a3dde9
commit e2f52765e4

View File

@@ -312,6 +312,7 @@ post_2.3.5X_to_2.3.60() {
echo "Migrating InfluxDB data in the background. Depending on how much data is present, the process may take an hour or two to complete after soup finishes. Do not restart the so-influxdb container or server until this completes."
echo "The status can be checked in $INFLUXDB_MIGRATION_LOG"
read -p "Press enter to continue."
echo ""
docker exec -t so-influxdb /bin/bash -c 'influx -ssl -unsafeSsl -database telegraf -execute "SELECT mean(*) INTO "so_long_term".:MEASUREMENT FROM /.*/ GROUP BY time(5m),*"' >> "$INFLUXDB_MIGRATION_LOG" 2>&1 &
POSTVERSION=2.3.60