nodogsplash: fix enable UsernameAuthentication
authorMoritz Warning <moritzwarning@web.de>
Mon, 18 Apr 2016 20:07:15 +0000 (22:07 +0200)
committerMoritz Warning <moritzwarning@web.de>
Mon, 18 Apr 2016 20:07:32 +0000 (22:07 +0200)
nodogsplash/files/nodogsplash.init

index 0712fa9ef130af71b93166d506d86a88f6fcebf8..40e59f7a87902c145cd40257cb5e8d2693906c0b 100755 (executable)
@@ -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