From a49532d15c888720d1560c984b7fbccfd80285d8 Mon Sep 17 00:00:00 2001 From: Jason Ertel Date: Tue, 30 Jun 2020 15:54:56 -0400 Subject: [PATCH] Remove HH prefix to ensure compatibility with updated build system --- setup/so-functions | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup/so-functions b/setup/so-functions index d137d64d2..f0f9da4ce 100755 --- a/setup/so-functions +++ b/setup/so-functions @@ -689,7 +689,7 @@ docker_registry() { } docker_seed_registry() { - local VERSION="HH$SOVERSION" + local VERSION="$SOVERSION" if ! [ -f /nsm/docker-registry/docker/registry.tar ]; then local TRUSTED_CONTAINERS=(\ @@ -929,7 +929,7 @@ master_static() { # Create a static file for global values printf '%s\n'\ "static:"\ - " soversion: HH$SOVERSION"\ + " soversion: $SOVERSION"\ " hnmaster: $HNMASTER"\ " ntpserver: $NTPSERVER"\ " proxy: $PROXY"\