Soup Update

This commit is contained in:
Mike Reeves
2020-07-18 23:19:52 -04:00
parent 74e6846e84
commit 0302d2b6ac

View File

@@ -157,8 +157,6 @@ verify_latest_update_script() {
# Check to see if the update scripts match. If not run the new one.
CURRENTSOUP=$(md5sum /opt/so/saltstack/default/salt/common/tools/sbin/soup | awk '{print $1}')
GITSOUP=$(md5sum /tmp/sogh/securityonion/salt/common/tools/sbin/soup | awk '{print $1}')
echo "C is $CURRENTSOUP"
echo "G is $GITSOUP"
if [[ "$CURRENTSOUP" == "$GITSOUP" ]]; then
echo "This version of the soup script is up to date. Verifying versions."
else