Skip to content

Commit

Permalink
Fix wrong filename in script
Browse files Browse the repository at this point in the history
- See issue #126 and #127.
  • Loading branch information
martignoni committed Nov 27, 2023
1 parent 61d5fd9 commit dd953f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/changewifisettings.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def is_networkmanager():

# Path of various config files.

kernel_cmdline_file = "/boot/cmdline.txt"
kernel_cmdline_file = "/boot/firmware/cmdline.txt"
hosts_file = "/etc/hosts"
nodogsplash_conf_file = "/etc/nodogsplash/nodogsplash.conf"
if is_networkmanager():
Expand Down

0 comments on commit dd953f7

Please sign in to comment.