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