diff options
Diffstat (limited to 'init.d/dumpon.in')
-rw-r--r-- | init.d/dumpon.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/init.d/dumpon.in b/init.d/dumpon.in index f2b65308..26179d82 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 |