We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 894f0f4 commit 03dd17aCopy full SHA for 03dd17a
1 file changed
README.md
@@ -62,6 +62,12 @@ Head over to the Wiki pages to get all the information: https://github.com/jhubi
62
63
You can use variables or arguments. However, arguments are visible in the process list and are therefore not recommended for passwords.
64
65
+If these arguments or environment variables are not set, then the values from the fritzBoxShellConfig.sh are used.
66
+
67
+Here an example (This will enable the 2.4 Ghz network on the box with the following IP):
68
69
+`./fritzBoxShell.sh --boxip 192.168.178.1 --boxuser foo --boxpw baa WLAN_2G 1`
70
71
| Enviroment | Argument | Description |
72
|---|---|---|
73
| BoxIP | --boxip | IP or DNS of FritzBox |
0 commit comments