Skip to content

Commit b3ea325

Browse files
author
Patrick M
committed
fix: prettier --write fix
1 parent b634746 commit b3ea325

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/data/blog/2022/debian-lxc-setup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ passwd patrick
2929

3030
## Enable Fail2ban
3131

32-
``` bash
32+
```bash
3333
sudo systemctl enable --now fail2ban && sudo systemctl status fail2ban
3434
sudo fail2ban-client status
3535
```
@@ -95,5 +95,5 @@ sudo sed -i '/Unattended-Upgrade::Origins-Pattern {/a\ "origin=*";' /etc/apt/
9595
Verify the change
9696

9797
```bash
98-
sudo head -n 50 /etc/apt/apt.conf.d/50unattended-upgrades
98+
sudo head 50 /etc/apt/apt.conf.d/50unattended-upgrades
9999
```

0 commit comments

Comments
 (0)