We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3239972 commit af91c63Copy full SHA for af91c63
init/common
@@ -1,10 +1,5 @@
1
# mii common handler
2
3
-err() {
4
- echo "[mii] Something went wrong. Stopping command.." 1>&2
5
- exit 1
6
-}
7
-
8
# grab status, don't do anything if not enabled
9
state=$($MII status | grep "status" | cut -d' ' -f2)
10
0 commit comments