Continued refactoring of bash

This commit is contained in:
Jason Ertel
2020-11-16 15:20:00 -05:00
parent 8234b6f835
commit 3bae243915

View File

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