diff --git a/mkdumprd b/mkdumprd index aa79541..1bee98c 100644 --- a/mkdumprd +++ b/mkdumprd @@ -69,7 +69,7 @@ to_mount() { _new_mntpoint=$(get_kdump_mntpoint_from_target $_target) _fstype="${_fstype:-$(get_fs_type_from_target $_target)}" - _options="${_options:-$(get_mntopt_from_target $_options)}" + _options="${_options:-$(get_mntopt_from_target $_target)}" _options="${_options:-defaults}" if [[ "$_fstype" == "nfs"* ]]; then