From d6688d2d685fcf5300d45b4b00980de1af3ac7cc Mon Sep 17 00:00:00 2001 From: Chris Date: Wed, 5 Oct 2022 22:40:58 +0000 Subject: [PATCH] Change the command for gitea passthrough --- bootstrap.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bootstrap.sh b/bootstrap.sh index 64951fd..bf3f944 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -45,11 +45,11 @@ systemctl restart sshd echo "------- Enabling SSH passthrough -------" # Make files necessary for SSH passthrough (https://docs.gitea.io/en-us/install-with-docker/#ssh-container-passthrough) mkdir -p /var/lib/gitea -mkdir -p /app/gitea -tee /app/gitea/gitea <