Browse Source

Remove call to update certs (#4296)

tags/v1.5.0-dev
techknowlogick 5 years ago
parent
commit
e2721b6190
No account linked to committer's email address
1 changed files with 0 additions and 2 deletions
  1. 0
    2
      docker/etc/s6/gitea/setup

+ 0
- 2
docker/etc/s6/gitea/setup View File

@@ -1,7 +1,5 @@
#!/bin/bash

/usr/sbin/update-ca-certificates

if [ ! -d /data/git/.ssh ]; then
mkdir -p /data/git/.ssh
chmod 700 /data/git/.ssh

Loading…
Cancel
Save