File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ function ensure_init_vars_set () {
102
102
# the DB is already full set up.
103
103
function cleanup_influxd () {
104
104
log warn " cleaning bolt and engine files to prevent conflicts on retry" bolt_path " ${BOLT_PATH} " engine_path " ${ENGINE_PATH} "
105
- rm -rf " ${BOLT_PATH} " " ${ENGINE_PATH} "
105
+ rm -rf " ${BOLT_PATH} " " ${ENGINE_PATH} / " *
106
106
}
107
107
108
108
# Upgrade V1 data into the V2 format using influxd upgrade.
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ function ensure_init_vars_set () {
102
102
# the DB is already full set up.
103
103
function cleanup_influxd () {
104
104
log warn " cleaning bolt and engine files to prevent conflicts on retry" bolt_path " ${BOLT_PATH} " engine_path " ${ENGINE_PATH} "
105
- rm -rf " ${BOLT_PATH} " " ${ENGINE_PATH} "
105
+ rm -rf " ${BOLT_PATH} " " ${ENGINE_PATH} / " *
106
106
}
107
107
108
108
# Upgrade V1 data into the V2 format using influxd upgrade.
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ function ensure_init_vars_set () {
102
102
# the DB is already full set up.
103
103
function cleanup_influxd () {
104
104
log warn " cleaning bolt and engine files to prevent conflicts on retry" bolt_path " ${BOLT_PATH} " engine_path " ${ENGINE_PATH} "
105
- rm -rf " ${BOLT_PATH} " " ${ENGINE_PATH} "
105
+ rm -rf " ${BOLT_PATH} " " ${ENGINE_PATH} / " *
106
106
}
107
107
108
108
# Upgrade V1 data into the V2 format using influxd upgrade.
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ function ensure_init_vars_set () {
102
102
# the DB is already full set up.
103
103
function cleanup_influxd () {
104
104
log warn " cleaning bolt and engine files to prevent conflicts on retry" bolt_path " ${BOLT_PATH} " engine_path " ${ENGINE_PATH} "
105
- rm -rf " ${BOLT_PATH} " " ${ENGINE_PATH} "
105
+ rm -rf " ${BOLT_PATH} " " ${ENGINE_PATH} / " *
106
106
}
107
107
108
108
# Upgrade V1 data into the V2 format using influxd upgrade.
You can’t perform that action at this time.
0 commit comments