mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-01-29 19:33:28 +01:00
Set curl type to 'features' when adding features to existing installation
This commit is contained in:
@@ -61,6 +61,7 @@ TRUSTED_CONTAINERS=( \
|
||||
"so-kibana" \
|
||||
"so-logstash" )
|
||||
|
||||
CURLTYPE=features
|
||||
update_docker_containers
|
||||
|
||||
sed -i 's/features: False/features: True/' $local_salt_dir/pillar/global.sls
|
||||
|
||||
@@ -17,6 +17,7 @@
|
||||
|
||||
# Figure out if this is soup or refresh
|
||||
set_version() {
|
||||
CURRENTVERSION=0.0.0
|
||||
if [ -f /etc/soversion ]; then
|
||||
CURRENTVERSION=$(cat /etc/soversion)
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user