nodogsplash: fix enable UsernameAuthentication

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

View File

@ -69,7 +69,7 @@ setup_user_authentication() {
config_get val "$cfg" username
if [ -n "$val" ] ; then
echo "UsernameAuthentication" >> $CONFIGFILE
echo "UsernameAuthentication 1" >> $CONFIGFILE
echo "Username $val" >> $CONFIGFILE
fi