mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
openssh: change path to service configfiles
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
f15dbf49bd
commit
5f5e8cf08c
@ -27,8 +27,8 @@
|
|||||||
. /etc/profile
|
. /etc/profile
|
||||||
|
|
||||||
SSHD_START=false
|
SSHD_START=false
|
||||||
if [ -f $CONFIG_CACHE/service_ssh.conf ]; then
|
if [ -f $CONFIG_CACHE/services/ssh.conf ]; then
|
||||||
. $CONFIG_CACHE/service_ssh.conf
|
. $CONFIG_CACHE/services/ssh.conf
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Check if password authentication is disabled
|
# Check if password authentication is disabled
|
||||||
|
Loading…
x
Reference in New Issue
Block a user