Skip to content

Commit

Permalink
Update start.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
livingfree2023 committed May 30, 2024
1 parent 42ba82e commit 55f232d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/openwrt/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ handle_err() {
}

#trap handle_err EXIT
trap handle_err HUP INT TERM
trap handle_err HUP INT TERM EXIT
CLIEN=$(GetProxName $clien)
ps -ef | grep $CLIEN | grep -v "grep" >/dev/null

Expand Down

0 comments on commit 55f232d

Please sign in to comment.