diff --git a/setup/so-functions b/setup/so-functions index 273472f25..2b103e396 100755 --- a/setup/so-functions +++ b/setup/so-functions @@ -893,7 +893,7 @@ docker_seed_registry() { if ! [ -f /nsm/docker-registry/docker/registry.tar ]; then if [ "$install_type" == 'IMPORT' ]; then container_list 'so-import' - elif [ "$install_type" != 'HELIXSENSOR' ]; then + elif [ "$install_type" == 'HELIXSENSOR' ]; then container_list 'so-helix' else container_list