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