From 3bae243915a681c7ca623245ec4460d99fcee18b Mon Sep 17 00:00:00 2001 From: Jason Ertel Date: Mon, 16 Nov 2020 15:20:00 -0500 Subject: [PATCH] Continued refactoring of bash --- setup/so-functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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