openssh: change path to service configfiles

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2013-08-19 00:59:25 +02:00
parent f15dbf49bd
commit 5f5e8cf08c

View File

@ -27,8 +27,8 @@
. /etc/profile
SSHD_START=false
if [ -f $CONFIG_CACHE/service_ssh.conf ]; then
. $CONFIG_CACHE/service_ssh.conf
if [ -f $CONFIG_CACHE/services/ssh.conf ]; then
. $CONFIG_CACHE/services/ssh.conf
fi
# Check if password authentication is disabled