Skip to content

Commit

Permalink
Merge pull request #85 from IGEL-Community:snmp-build-script-cleanup
Browse files Browse the repository at this point in the history
snmp build script cleanup
  • Loading branch information
rneher-igel authored Dec 31, 2024
2 parents 5284360 + 521a7de commit d842f4d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CP_Source/Network/SNMP/build/build-snmp-cp-os1109.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
set -x
trap read debug
#set -x
#trap read debug

# Creating an IGELOS CP for SNMP
## Development machine (Ubuntu 22.04 for OS 11.09+)
Expand Down
2 changes: 1 addition & 1 deletion CP_Source/Network/SNMP/build/build-snmp-cp-os12.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
set -x
#set -x
#trap read debug

# Creating an IGELOS CP for SNMP
Expand Down

0 comments on commit d842f4d

Please sign in to comment.