aboutsummaryrefslogtreecommitdiff
path: root/rc.single
diff options
context:
space:
mode:
Diffstat (limited to 'rc.single')
-rwxr-xr-xrc.single2
1 files changed, 1 insertions, 1 deletions
diff --git a/rc.single b/rc.single
index d1191d2..92b8f53 100755
--- a/rc.single
+++ b/rc.single
@@ -49,7 +49,7 @@ if [[ $RUNLEVEL = 1 ]]; then
fi
/bin/touch /var/log/boot
-kill `/bin/cat /run/bootlogd.pid`
+kill $(/bin/cat /run/bootlogd.pid)
/bin/rm /run/bootlogd.pid
# End of file