Merge pull request #910 from Security-Onion-Solutions/version-correction

Remove HH prefix to ensure compatibility with updated build system
This commit is contained in:
William Wernert
2020-06-30 15:57:30 -04:00
committed by GitHub

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