ensure that syncthing config dir exists
authorAJ ONeal <aj@therootcompany.com>
Tue, 15 Dec 2020 01:58:37 +0000 (01:58 +0000)
committerAJ ONeal <aj@therootcompany.com>
Tue, 15 Dec 2020 01:58:37 +0000 (01:58 +0000)
syncthing/README.md

index f4ef99c19148a0b5ee7c857f1a5511b8fc3b6aad..54a0b0db388240d8f170ce9e2580a6e3074b4194 100644 (file)
@@ -34,6 +34,7 @@ webi serviceman
 ```
 
 ```bash
+mkdir -p ~/.config/syncthing/
 env PATH="$PATH" serviceman add --user --name syncthing -- \
   syncthing --home ~/.config/syncthing/
 ```