mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-11-25 22:18:33 -05:00
end-of-options
This commit is contained in:
parent
e9e6c12b03
commit
71ca68bd4a
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ if [ -z "$sock_pid" ]; then
|
||||||
printf '%s\n' "INFO: Cannot get PID listening on '$vboxdrmclient_sock', ok."
|
printf '%s\n' "INFO: Cannot get PID listening on '$vboxdrmclient_sock', ok."
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
if kill -SIGKILL "$sock_pid"; then
|
if kill -SIGKILL -- "$sock_pid"; then
|
||||||
printf '%s\n' "INFO: Killed VBoxDRMClient ('$sock_pid'), ok."
|
printf '%s\n' "INFO: Killed VBoxDRMClient ('$sock_pid'), ok."
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue