blob: b8300d986e6249d19db1a4f9f1c87a4faeeb22e4 [file] [log] [blame]
#!/bin/bash
[[ "$1" == "default" ]] && {
/usr/sbin/sshd -D
}
exec "$@"