mirror of
https://github.com/LSPosed/MagiskOnWSALocal.git
synced 2025-09-01 18:20:14 +00:00
Fix normal exit
This commit is contained in:
parent
95003e88e6
commit
e13b05c68c
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ abort() {
|
|||
fi
|
||||
exit 1
|
||||
}
|
||||
trap abort EXIT
|
||||
trap abort INT TERM
|
||||
|
||||
if [ ! "$BASH_VERSION" ] ; then
|
||||
echo "Please do not use sh to run this script, just execute it directly" 1>&2
|
||||
|
|
Loading…
Add table
Reference in a new issue