ᴜɴᴋɴᴡᴏɴ 92c5f94fe7
shellcheck: fix warnings (#6274)
* Remove outdated files

* Fix warnings
2020-08-23 15:17:54 +08:00

9 lines
163 B
Bash
Executable File

#!/bin/sh
if test -f ./setup; then
# shellcheck disable=SC2039,SC1091
source ./setup
fi
exec gosu root /usr/sbin/sshd -D -f /app/gogs/docker/sshd_config