Skip to content

Commit af91c63

Browse files
committed
remove unused error handler
1 parent 3239972 commit af91c63

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

init/common

-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
# mii common handler
22

3-
err() {
4-
echo "[mii] Something went wrong. Stopping command.." 1>&2
5-
exit 1
6-
}
7-
83
# grab status, don't do anything if not enabled
94
state=$($MII status | grep "status" | cut -d' ' -f2)
105

0 commit comments

Comments
 (0)