Fix influxdb update (#10151)

This commit is contained in:
Liganic
2025-12-19 18:04:42 +01:00
committed by GitHub
parent 00137d4441
commit 621d4b4d5c

View File

@ -23,7 +23,7 @@ function update_script() {
header_info
check_container_storage
check_container_resources
if [[ ! -f /etc/apt/sources.list.d/influxdata.list ]]; then
if [[ ! -f /usr/bin/influxd ]]; then
msg_error "No ${APP} Installation Found!"
exit
fi