nodogsplash: fix enable PasswordAuthentication

This commit is contained in:
Moritz Warning 2016-04-18 22:09:33 +02:00
parent f6f76e1541
commit ee3db2964f
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ setup_user_authentication() {
config_get val "$cfg" password
if [ -n "$val" ] ; then
echo "PasswordAuthentication" >> $CONFIGFILE
echo "PasswordAuthentication 1" >> $CONFIGFILE
echo "Password $val" >> $CONFIGFILE
fi
}