nodogsplash: fix enable PasswordAuthentication
This commit is contained in:
parent
f6f76e1541
commit
ee3db2964f
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ setup_user_authentication() {
|
||||||
|
|
||||||
config_get val "$cfg" password
|
config_get val "$cfg" password
|
||||||
if [ -n "$val" ] ; then
|
if [ -n "$val" ] ; then
|
||||||
echo "PasswordAuthentication" >> $CONFIGFILE
|
echo "PasswordAuthentication 1" >> $CONFIGFILE
|
||||||
echo "Password $val" >> $CONFIGFILE
|
echo "Password $val" >> $CONFIGFILE
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue