Skip to content
This repository has been archived by the owner on Apr 19, 2021. It is now read-only.

Update nsm_sensor_edit #12

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion usr/sbin/nsm_sensor_edit
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,7 @@ input unified2
output sguil: sensor_name=$NEW_SENSOR_NAME agent_port=$NEW_SENSOR_BARNYARD2_PORT
EOF_BARNYARD2

# udpate sensortab (remove old and add the new)
# update sensortab (remove old and add the new)
sensortab_entry_del $SENSOR_NAME
if [ "$?" -ne 0 ]
then
Expand Down