]> source.dussan.org Git - gitea.git/commitdiff
Remove call to update certs (#4296)
authortechknowlogick <techknowlogick@users.noreply.github.com>
Thu, 21 Jun 2018 21:12:56 +0000 (17:12 -0400)
committerGitHub <noreply@github.com>
Thu, 21 Jun 2018 21:12:56 +0000 (17:12 -0400)
docker/etc/s6/gitea/setup

index 500cca584c7c72d8b5b82f31716ca6cd889d1456..03758ed819ac1bb3d4584980f96ccdd35f121ffe 100755 (executable)
@@ -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