File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## 3.10.1 2023-09-13 <dave at tiredofit dot ca >
2
+
3
+ ### Changed
4
+ - Bugfix to 3.10.0 with syntax error revolving around unbraced variable
5
+
6
+
1
7
## 3.10.0 2023-09-13 < jcdirks@github >
2
8
3
9
### Added
Original file line number Diff line number Diff line change @@ -159,7 +159,7 @@ backup_influx() {
159
159
compression
160
160
pre_dbbackup $db
161
161
print_notice "Dumping Influx database: '${db}'"
162
- influxd backup ${influx_compression} ${bucket} -portable -host ${DB_HOST}:${DB_PORT} ${EXTRA_OPTS ${EXTRA_DUMP_OPTS} "${TEMP_LOCATION}"/"${target_dir}"
162
+ influxd backup ${influx_compression} ${bucket} -portable -host ${DB_HOST}:${DB_PORT} ${EXTRA_OPTS} ${EXTRA_DUMP_OPTS} "${TEMP_LOCATION}"/"${target_dir}"
163
163
exit_code=$?
164
164
check_exit_code backup $target_dir
165
165
print_notice "Creating archive file of '${target_dir}' with tar ${compression_string}"
You can’t perform that action at this time.
0 commit comments