diff --git a/contrib/FB7390/makeimage b/contrib/FB7390/makeimage index 86e23abae..38af8529e 100755 --- a/contrib/FB7390/makeimage +++ b/contrib/FB7390/makeimage @@ -40,7 +40,7 @@ cat >> fhem.cfg << 'EOF' attr WEB basicAuth {use FritzBoxUtils;;FB_checkPw("localhost","$password") } attr WEBphone basicAuth {use FritzBoxUtils;;FB_checkPw("localhost","$password") } attr WEBtablet basicAuth {use FritzBoxUtils;;FB_checkPw("localhost","$password") } -attr telnetPort password {use FritzBoxUtils;;FB_checkPw("localhost","$password") } +attr telnetPort globalpassword {use FritzBoxUtils;;FB_checkPw("localhost","$password") } EOF cd ..