Update soup

This commit is contained in:
Mike Reeves
2022-07-05 16:26:44 -04:00
committed by GitHub
parent df0a774ffd
commit c6fac28804

View File

@@ -378,7 +378,7 @@ enable_highstate() {
}
es_version_check() {
CHECK_ES=$(echo $INSTALLEDVERSION | aek -F. '{print $3}'
CHECK_ES=$(echo $INSTALLEDVERSION | awk -F. '{print $3}')
if [ "$CHECK_ES" -lt "110" ]; then
echo "In order to update to the latest version of Security Onion you need to at least be on version 2.3.110. We recommend installing 2.3.130."
echo ""