Commit 97de1ad4651d2fba783c0f945845be8b021a14a7
1 parent
69a86947
Exists in
spb-release/3.0
and in
2 other branches
Create /var/lock/colab dir
Signed-off-by: Alexandre Barbosa <alexandreab@live.com>
Showing
1 changed file
with
3 additions
and
0 deletions
Show diff stats
colab.spec
@@ -175,6 +175,9 @@ if [ -x /usr/bin/postgres ]; then | @@ -175,6 +175,9 @@ if [ -x /usr/bin/postgres ]; then | ||
175 | colab-admin migrate | 175 | colab-admin migrate |
176 | fi | 176 | fi |
177 | 177 | ||
178 | +mkdir -p /var/lock/colab | ||
179 | +chown colab:colab /var/lock/colab | ||
180 | + | ||
178 | mkdir -p /var/lib/colab-assets | 181 | mkdir -p /var/lib/colab-assets |
179 | chown colab:colab /var/lib/colab-assets | 182 | chown colab:colab /var/lib/colab-assets |
180 | 183 |