Skip to content

Commit

Permalink
enc_err_counter: repaired scripts
Browse files Browse the repository at this point in the history
Changed bash shebang to sh shebang because the supermicro doesn#t have
bash installed.
  • Loading branch information
lherfurth committed Aug 7, 2024
1 parent ab26c0f commit b83aad0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/enc_err_counter/test/read-error-counter.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
dev=$1
interface=$2
addr="NULL"
Expand Down
2 changes: 1 addition & 1 deletion modules/enc_err_counter/test/reset-error-counter.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
dev=$1
interface=$2
addr="NULL"
Expand Down

0 comments on commit b83aad0

Please sign in to comment.