Commit 44a772d1a5e75b21baa91cab9ba8fff0d1bc0aa4

Authored by Sergio Oliveira
Committed by Alexandre Barbosa
1 parent b91e760e
Exists in colab-master

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 177 colab-admin migrate
178 178 fi
179 179  
180   -mkdir -p /var/lock/colab
181   -chown colab:colab /var/lock/colab
182   -
183 180 mkdir -p /var/lib/colab-assets
184 181 chown colab:colab /var/lib/colab-assets
185 182  
... ...