diff --git a/ct/influxdb.sh b/ct/influxdb.sh index a4421e019..15b971e81 100644 --- a/ct/influxdb.sh +++ b/ct/influxdb.sh @@ -23,7 +23,7 @@ function update_script() { header_info check_container_storage check_container_resources - if [[ ! -f /usr/bin/influxd ]]; then + if [[ ! -f /usr/bin/influxd && ! -f /usr/bin/influxdb3 ]]; then msg_error "No ${APP} Installation Found!" exit fi