git-server-docker/git-shell-commands/no-interactive-login

6 lines
187 B
Bash
Executable file

#!/bin/sh
printf '%s\n' "Welcome to jkarlos/git-server-docker!"
printf '%s\n' "You've successfully authenticated, but I do not"
printf '%s\n' "provide interactive shell access."
exit 128