diff options
| -rw-r--r-- | init.d/savecore.in | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/init.d/savecore.in b/init.d/savecore.in index b1b6ca37..cb005643 100644 --- a/init.d/savecore.in +++ b/init.d/savecore.in @@ -23,7 +23,7 @@ start()  		# Don't quote ${dump_device}, so that if it's unset,  		# savecore will check on the partitions listed in fstab  		# without errors in the output -		savecore -C "$dump_dir" $dump_device >/dev/null +		savecore -C $dump_device >/dev/null  	else  		ls "$dump_dir"/bsd* > /dev/null 2>&1  	fi | 
