From ee787559a0d3492d4662eee3edd35c37ac6439f8 Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Fri, 6 May 2022 13:46:57 +0200 Subject: Fix typo --- content/posts/2022/2022-04-25-bashtard-introduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/posts/2022/2022-04-25-bashtard-introduction.md b/content/posts/2022/2022-04-25-bashtard-introduction.md index 3ab1bc7..43c96ef 100644 --- a/content/posts/2022/2022-04-25-bashtard-introduction.md +++ b/content/posts/2022/2022-04-25-bashtard-introduction.md @@ -242,7 +242,7 @@ playbook_sync() { } ``` -Now, `bashtard add sshd` will run the `playbook_add()` function, which call the +Now, `bashtard add sshd` will run the `playbook_add()` function, which calls the `playbook_sync()` function before enabling and starting the `sshd` service. All that is left is the `playbook_del()` function, which only really needs to stop and disable the service. The templated files can be removed here as well if -- cgit v1.1