Commit 770584ece9c3de808cf48ec2b76313a2b0adbb46

Authored by Sergio Oliveira
1 parent ca1b8f8a
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
... ... @@ -178,9 +178,6 @@ if [ -x /usr/bin/postgres ]; then
178 178 colab-admin migrate
179 179 fi
180 180  
181   -mkdir -p /var/lock/colab
182   -chown colab:colab /var/lock/colab
183   -
184 181 mkdir -p /var/lib/colab-assets
185 182 chown colab:colab /var/lib/colab-assets
186 183  
... ...