Update soup

This commit is contained in:
Mike Reeves
2022-11-29 18:36:47 -05:00
committed by GitHub
parent 86cfac4983
commit 571ac4edec

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
} }