Helix node type

This commit is contained in:
Mike Reeves
2019-12-09 12:49:46 -05:00
parent f61cb3b890
commit 8342dc1447
3 changed files with 5 additions and 2 deletions

View File

@@ -406,7 +406,7 @@ docker_install() {
yum-config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo
yum -y update
yum -y install docker-ce python36-docker
if [ $INSTALLTYPE != 'EVALMODE' ] || [ $INSTALLTYPE == 'HELIXSENSOR' ]; then
if [ $INSTALLTYPE != 'EVALMODE' ]; then
docker_registry
fi
echo "Restarting Docker" >> $SETUPLOG 2>&1