Skip to content

Commit 9182ce5

Browse files
try to fix trap
1 parent 8218c73 commit 9182ce5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

udroid/src/udroid.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -738,7 +738,7 @@ msg_extract() {
738738
echo
739739
}
740740
####################
741-
trap 'echo "exiting gracefully..."; exit 1' HUP INT TERM SIGINT SIGTERM
741+
trap 'echo "exiting gracefully..."; exit 1' HUP INT TERM
742742
####################
743743

744744
if [ $# -eq 0 ]; then

0 commit comments

Comments
 (0)