Skip to content

Commit 0ceeb94

Browse files
committed
https://github.com/jayofelony/pwnagotchi/issues/300
It needed a comma at the end of the line. Silly me. Signed-off-by: Jeroen Oudshoorn <oudshoorn.jeroen@gmail.com>
1 parent 6bf50a3 commit 0ceeb94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pwnagotchi/plugins/default/bt-tether.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def on_config_changed(self, config):
4141
'bluetooth.type', 'panu',
4242
'bluetooth.bdaddr', f'{mac}',
4343
'ipv4.method', 'manual',
44-
'ipv4.dns', '8.8.8.8;1.1.1.1;'
44+
'ipv4.dns', '8.8.8.8;1.1.1.1;',
4545
'ipv4.addresses', f'{address}',
4646
'ipv4.gateway', f'{gateway}',
4747
'ipv4.route-metric', '100'

0 commit comments

Comments
 (0)