fix: fixup unused code, comment

This commit is contained in:
Orion Kindel 2023-05-18 21:55:33 -05:00
parent 94f60919e7
commit 7819bbb524
Signed by untrusted user who does not match committer: orion
GPG Key ID: 6D4165AE4C928719
2 changed files with 2 additions and 6 deletions

View File

@ -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

View File

@ -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