mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +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() {
|
||||
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"\
|
||||
|
||||
Reference in New Issue
Block a user