mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
Fix Docker List
This commit is contained in:
@@ -106,6 +106,10 @@ update_dockers() {
|
||||
"so-soctopus" \
|
||||
"so-steno" \
|
||||
"so-strelka" \
|
||||
"so-strelka-frontend" \
|
||||
"so-strelka-manager" \
|
||||
"so-strelka-backend" \
|
||||
"so-strelka-filestream" \
|
||||
"so-suricata" \
|
||||
"so-telegraf" \
|
||||
"so-thehive" \
|
||||
@@ -142,7 +146,7 @@ update_version() {
|
||||
# Update the version to the latest
|
||||
echo "Updating the version file."
|
||||
echo $NEWVERSION > /etc/soversion
|
||||
sed -i 's/$INSTALLEDVERSION/$NEWVERISON/g' /opt/so/saltstack/local/pillar/static.sls
|
||||
sed -i 's/$INSTALLEDVERSION/$NEWVERSION/g' /opt/so/saltstack/local/pillar/static.sls
|
||||
}
|
||||
|
||||
upgrade_check() {
|
||||
|
||||
Reference in New Issue
Block a user