Add supersoup mode

This commit is contained in:
Mike Reeves
2023-08-02 11:20:23 -04:00
parent d2ae8f81e1
commit 3f5f93059e

View File

@@ -34,6 +34,11 @@ if [[ $INSTALLEDVERSION == "2.4.4" ]]; then
exit 0
fi
if [ "$INSTALLEDVERSION" = '2.4.3' ] || [ "$INSTALLEDVERSION" = '2.4.2' ] || [ "$INSTALLEDVERSION" = '2.4.1' ] || [ "$INSTALLEDVERSION" = '2.4.0' ]; then
echo "soup is not supported on $INSTALLEDVERSION. Please install the latest 2.4 release.
exit 1
fi
UPDATE_DIR=/tmp/sogh/securityonion
DEFAULT_SALT_DIR=/opt/so/saltstack/default
POSTVERSION=$INSTALLEDVERSION