Typo: Add missing '<' character (#8845)

Fixes #8833
master
kannappanr 5 years ago committed by Harshavardhana
parent 017067e11f
commit 005ebbb9b2
  1. 2
      docs/deployment/kernel-tuning/sysctl.sh

@ -1,6 +1,6 @@
#!/bin/bash
cat > sysctl.conf <EOF
cat > sysctl.conf <<EOF
# maximum number of open files/file descriptors
fs.file-max = 4194303

Loading…
Cancel
Save