mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
Add comment for soup update w/ STIGs enabled
Signed-off-by: reyesj2 <94730068+reyesj2@users.noreply.github.com>
This commit is contained in:
@@ -784,6 +784,8 @@ verify_latest_update_script() {
|
|||||||
if [[ "$CURRENTSOUP" == "$GITSOUP" && "$CURRENTCMN" == "$GITCMN" && "$CURRENTIMGCMN" == "$GITIMGCMN" && "$CURRENTSOFIREWALL" == "$GITSOFIREWALL" ]]; then
|
if [[ "$CURRENTSOUP" == "$GITSOUP" && "$CURRENTCMN" == "$GITCMN" && "$CURRENTIMGCMN" == "$GITIMGCMN" && "$CURRENTSOFIREWALL" == "$GITSOFIREWALL" ]]; then
|
||||||
echo "Succesfully updated soup scripts."
|
echo "Succesfully updated soup scripts."
|
||||||
else
|
else
|
||||||
|
# When STIGs are enabled soup scripts will fail to update using --file-root --local.
|
||||||
|
# After checking that the expected hashes are not present, retry updating soup scripts using salt master.
|
||||||
echo "There was a problem updating soup scripts.. Trying to rerun script update"
|
echo "There was a problem updating soup scripts.. Trying to rerun script update"
|
||||||
salt-call state.apply common.soup_scripts queue=True -linfo
|
salt-call state.apply common.soup_scripts queue=True -linfo
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user