From 3e4dce24076cd253a74caa0956460f9080d859d4 Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Fri, 6 May 2022 13:57:08 +0200 Subject: Remove leading /, thanks avoidr --- content/posts/2022/2022-04-25-bashtard-introduction.md | 4 ++-- 1 file 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 ``` -- cgit v1.1