summarylogtreecommitdiffstats
path: root/vtunerc-driver_kmod
diff options
context:
space:
mode:
Diffstat (limited to 'vtunerc-driver_kmod')
-rwxr-xr-xvtunerc-driver_kmod4
1 files changed, 1 insertions, 3 deletions
diff --git a/vtunerc-driver_kmod b/vtunerc-driver_kmod
index ce75c5b931f2..46de6bdc9a7e 100755
--- a/vtunerc-driver_kmod
+++ b/vtunerc-driver_kmod
@@ -7,9 +7,7 @@ load() {
}
unload() {
- if [ -e /run/vtunerc*.pid ]; then
- :
- else
+ if [ ! -e /run/vtunerc*.pid ]; then
rmmod -f vtunerc
fi
}