From 2253603544c53580a416d334e05128d64245024a Mon Sep 17 00:00:00 2001 From: William Wernert Date: Tue, 2 Feb 2021 12:11:47 -0500 Subject: [PATCH] [fix] Don't try to inherit home net on standalone --- setup/so-setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/so-setup b/setup/so-setup index 8cb985e70..041084f11 100755 --- a/setup/so-setup +++ b/setup/so-setup @@ -458,7 +458,7 @@ if [[ $is_distmanager ]]; then fi if [[ $is_sensor && ! $is_eval ]]; then - collect_homenet_snsr + [[ $is_manager ]] || collect_homenet_snsr whiptail_sensor_config if [ $NSMSETUP == 'ADVANCED' ]; then if [[ $is_manager ]]; then