Make sure data directory exists before rsync.
This commit is contained in:
committed by
Juliusz Chroboczek
parent
82275d03e0
commit
b0b4ff484e
+2
-2
@@ -56,10 +56,10 @@ The following instructions assume that your server is called
|
||||
`galene.example.org` and that you have already created a dedicated user
|
||||
called `galene`.
|
||||
|
||||
First, create an empty directory called `groups`:
|
||||
First, make sure that the `groups` and `data` directories exist:
|
||||
|
||||
```sh
|
||||
mkdir groups
|
||||
mkdir groups data
|
||||
```
|
||||
|
||||
Now copy the `galene` binary, and the directories `static`, `data` and
|
||||
|
||||
Reference in New Issue
Block a user