Merge pull request #9242 from Security-Onion-Solutions/TOoSmOotH-patch-1

This commit is contained in:
Mike Reeves
2022-11-29 23:42:15 -05:00
committed by GitHub

View File

@@ -998,8 +998,10 @@ up_to_2.3.182() {
up_to_2.3.190() { up_to_2.3.190() {
echo "Upgrading to 2.3.190" echo "Upgrading to 2.3.190"
chown -R zeek:socore /nsm/zeek/extracted/complete if [ -d /nsm/zeek/extracted/complete ]; then
chmod 770 /nsm/zeek/extracted/complete chown -R zeek:socore /nsm/zeek/extracted/complete
chmod 770 /nsm/zeek/extracted/complete
fi
INSTALLEDVERSION=2.3.190 INSTALLEDVERSION=2.3.190
} }