summaryrefslogtreecommitdiff
path: root/init.d/dumpon.in
diff options
context:
space:
mode:
Diffstat (limited to 'init.d/dumpon.in')
-rw-r--r--init.d/dumpon.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/init.d/dumpon.in b/init.d/dumpon.in
index f2b6530..26179d8 100644
--- a/init.d/dumpon.in
+++ b/init.d/dumpon.in
@@ -11,8 +11,8 @@ depend() {
start() {
# Setup any user requested dump device
- if [ -n "${dump_device}" ]; then
- ebegin "Activating kernel core dump device (${dump_device})"
+ if [ -n "$dump_device" ]; then
+ ebegin "Activating kernel core dump device ($dump_device)"
dumpon ${dump_device}
eend $?
fi