Skip to content

Commit 01e0410

Browse files
committed
Fix tee command
Signed-off-by: Pablo Barbáchano <[email protected]>
1 parent 9ef0ea8 commit 01e0410

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ will control the rest of the demo.
3030
Raise the maximum processes limit.
3131

3232
```bash
33-
sudo tee -a >> /etc/security/limits.conf <<EOL
33+
sudo tee -a /etc/security/limits.conf <<EOL
3434
$USER soft nproc 16384
3535
$USER hard nproc 16384
3636
EOL

0 commit comments

Comments
 (0)