[fix] Don't try to inherit home net on standalone

This commit is contained in:
William Wernert
2021-02-02 12:11:47 -05:00
parent 8d01b87ab5
commit 2253603544

View File

@@ -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