From 387c26f052c1a74990ec61cba7c45113b974986f Mon Sep 17 00:00:00 2001 From: m0duspwnens Date: Fri, 14 Aug 2020 17:10:36 -0400 Subject: [PATCH] set checking interval for sensoroni on import node --- setup/so-functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/so-functions b/setup/so-functions index c2b9b9fff..b09693e14 100755 --- a/setup/so-functions +++ b/setup/so-functions @@ -1080,7 +1080,7 @@ manager_global() { if [ -z "$SENSOR_CHECKIN_INTERVAL_MS" ]; then SENSOR_CHECKIN_INTERVAL_MS=10000 - if [ "$install_type" = 'EVAL' ] || [ "$install_type" = 'STANDALONE' ]; then + if [ "$install_type" = 'EVAL' ] || [ "$install_type" = 'STANDALONE' ] || [ "$install_type" = 'IMPORT' ]; then SENSOR_CHECKIN_INTERVAL_MS=1000 fi fi