mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
Soup Update
This commit is contained in:
@@ -159,7 +159,7 @@ verify_latest_update_script() {
|
||||
GITSOUP=$(md5sum /tmp/sogh/securityonion/salt/common/tools/sbin/soup)
|
||||
echo "C is $CURRENTSOUP"
|
||||
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."
|
||||
else
|
||||
echo "You are not running the latest soup version. Updating soup."
|
||||
|
||||
Reference in New Issue
Block a user