mirror of
https://github.com/openwrt/routing.git
synced 2025-12-21 21:24:32 +04:00
nodogsplash: fix enable PasswordAuthentication
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user