From: AJ ONeal Date: Tue, 15 Dec 2020 01:58:37 +0000 (+0000) Subject: ensure that syncthing config dir exists X-Git-Url: https://git.josue.xyz/?a=commitdiff_plain;h=3bcefcae7c978dc9a22cf3928b2dbec149951b35;p=webi-installers%2F.git ensure that syncthing config dir exists --- diff --git a/syncthing/README.md b/syncthing/README.md index f4ef99c..54a0b0d 100644 --- a/syncthing/README.md +++ b/syncthing/README.md @@ -34,6 +34,7 @@ webi serviceman ``` ```bash +mkdir -p ~/.config/syncthing/ env PATH="$PATH" serviceman add --user --name syncthing -- \ syncthing --home ~/.config/syncthing/ ```