mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-07 17:52:46 +01:00
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:
@@ -689,7 +689,7 @@ docker_registry() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
docker_seed_registry() {
|
docker_seed_registry() {
|
||||||
local VERSION="HH$SOVERSION"
|
local VERSION="$SOVERSION"
|
||||||
|
|
||||||
if ! [ -f /nsm/docker-registry/docker/registry.tar ]; then
|
if ! [ -f /nsm/docker-registry/docker/registry.tar ]; then
|
||||||
local TRUSTED_CONTAINERS=(\
|
local TRUSTED_CONTAINERS=(\
|
||||||
@@ -929,7 +929,7 @@ master_static() {
|
|||||||
# Create a static file for global values
|
# Create a static file for global values
|
||||||
printf '%s\n'\
|
printf '%s\n'\
|
||||||
"static:"\
|
"static:"\
|
||||||
" soversion: HH$SOVERSION"\
|
" soversion: $SOVERSION"\
|
||||||
" hnmaster: $HNMASTER"\
|
" hnmaster: $HNMASTER"\
|
||||||
" ntpserver: $NTPSERVER"\
|
" ntpserver: $NTPSERVER"\
|
||||||
" proxy: $PROXY"\
|
" proxy: $PROXY"\
|
||||||
|
|||||||
Reference in New Issue
Block a user