Remove HH prefix to ensure compatibility with updated build system

This commit is contained in:
Jason Ertel
2020-06-30 15:54:56 -04:00
parent ba81b7275a
commit a49532d15c

View File

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