fix: fixup unused code, comment
This commit is contained in:
parent
94f60919e7
commit
7819bbb524
@ -36,7 +36,3 @@ cp ./gitea-docker-compose.yml /home/git/docker-compose.yml
|
||||
cp ./gitea-app.ini /home/git/config/app.ini
|
||||
|
||||
chown -R git:git /home/git
|
||||
|
||||
## docker user perms
|
||||
chown -R 1000:1000 /home/git/data
|
||||
chown -R 1000:1000 /home/git/config
|
||||
|
@ -11,8 +11,8 @@ docker compose up -d;
|
||||
## SSH Passthrough
|
||||
## https://docs.gitea.io/en-us/installation/install-with-docker-rootless/#ssh-container-passthrough
|
||||
##
|
||||
## Note: 999-post.sh restarts adds a rule to sshd_config and restarts sshd, which
|
||||
## is required for SSH passthrough to start working.
|
||||
## Note: 999-post.sh adds a rule to sshd_config and restarts sshd, which
|
||||
## is required for SSH passthrough to work.
|
||||
rm /usr/local/bin/gitea-shell || true;
|
||||
|
||||
cat << "EOF" >> /usr/local/bin/gitea-shell
|
||||
|
Loading…
Reference in New Issue
Block a user