summaryrefslogtreecommitdiff
path: root/content/posts
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2022-05-06 13:57:08 +0200
committerPatrick Spek <p.spek@tyil.nl>2022-05-06 13:57:08 +0200
commit3e4dce24076cd253a74caa0956460f9080d859d4 (patch)
treeb272d55f0d45de4844cd8ca3c1a1ae8080835af7 /content/posts
parentee787559a0d3492d4662eee3edd35c37ac6439f8 (diff)
Remove leading /, thanks avoidr
Diffstat (limited to 'content/posts')
-rw-r--r--content/posts/2022/2022-04-25-bashtard-introduction.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/content/posts/2022/2022-04-25-bashtard-introduction.md b/content/posts/2022/2022-04-25-bashtard-introduction.md
index 43c96ef..c416433 100644
--- a/content/posts/2022/2022-04-25-bashtard-introduction.md
+++ b/content/posts/2022/2022-04-25-bashtard-introduction.md
@@ -156,12 +156,12 @@ FreeBSD systems, so I've created OS-specific configuration files for these.
```txt
mkdir etc/os.d
-cat /etc/os.d/linux-gentoo
+cat etc/os.d/linux-gentoo
ssh.sftp=/usr/lib64/misc/sftp-server
```
```txt
-cat /etc/os.d/freebsd
+cat etc/os.d/freebsd
ssh.sftp=/usr/lib64/misc/sftp-server
```