mirror of
https://github.com/go-gitea/gitea
synced 2024-11-12 13:01:19 +01:00
6 lines
125 B
Bash
Executable file
6 lines
125 B
Bash
Executable file
#!/bin/bash
|
|
[[ -f ./setup ]] && source ./setup
|
|
|
|
pushd /root > /dev/null
|
|
exec su-exec root /usr/sbin/sshd -D -e 2>&1
|
|
popd
|