Soup Update

This commit is contained in:
Mike Reeves
2020-07-18 23:10:37 -04:00
parent 27568f0047
commit 5bab5ae7d1

View File

@@ -159,7 +159,7 @@ verify_latest_update_script() {
GITSOUP=$(md5sum /tmp/sogh/securityonion/salt/common/tools/sbin/soup) GITSOUP=$(md5sum /tmp/sogh/securityonion/salt/common/tools/sbin/soup)
echo "C is $CURRENTSOUP" echo "C is $CURRENTSOUP"
echo "G is $GITSOUP" echo "G is $GITSOUP"
if [ "$CURRENTSOUP" == "$GITSOUP" ]; then if [ $CURRENTSOUP = $GITSOUP ]; then
echo "This version of the soup script is up to date. Verifying versions." echo "This version of the soup script is up to date. Verifying versions."
else else
echo "You are not running the latest soup version. Updating soup." echo "You are not running the latest soup version. Updating soup."