Skip to content

Commit 26f0a9e

Browse files
committed
scripts(scripts/setup/termux_setup_dotnet): use SIGKILL in termux_dotnet_kill
1 parent b6a49d9 commit 26f0a9e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/build/setup/termux_setup_dotnet.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,5 +116,5 @@ termux_dotnet_kill() {
116116
dotnet_process="$(pgrep -a dotnet)" || return 0
117117
echo "WARN: Dangling process, forcibly killing"
118118
echo "${dotnet_process}"
119-
pkill dotnet || :
119+
pkill -9 dotnet || :
120120
}

0 commit comments

Comments
 (0)