Commit 2f4b30208526c7c09e3d024e8e0eeeaf012399a5
Committed by
Rodrigo Siqueira de Melo
1 parent
53250903
Exists in
master
and in
79 other branches
No need to create lock dir since systemd does it
Signed-off-by: Sergio Oliveira <sergio@tracy.com.br>
Showing
1 changed file
with
0 additions
and
3 deletions
Show diff stats
colab/colab.spec
| @@ -177,9 +177,6 @@ if [ -x /usr/bin/postgres ]; then | @@ -177,9 +177,6 @@ if [ -x /usr/bin/postgres ]; then | ||
| 177 | colab-admin migrate | 177 | colab-admin migrate |
| 178 | fi | 178 | fi |
| 179 | 179 | ||
| 180 | -mkdir -p /var/lock/colab | ||
| 181 | -chown colab:colab /var/lock/colab | ||
| 182 | - | ||
| 183 | mkdir -p /var/lib/colab-assets | 180 | mkdir -p /var/lib/colab-assets |
| 184 | chown colab:colab /var/lib/colab-assets | 181 | chown colab:colab /var/lib/colab-assets |
| 185 | 182 |