techknowlogick
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
2 deletions
-
docker/etc/s6/gitea/setup
|
|
@ -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 |
|
|
|