From dd953f7d35f2ab6ff74905ea8011663e750ec07c Mon Sep 17 00:00:00 2001 From: Nicolas Martignoni Date: Mon, 27 Nov 2023 18:33:04 +0100 Subject: [PATCH] Fix wrong filename in script - See issue #126 and #127. --- bin/changewifisettings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/changewifisettings.py b/bin/changewifisettings.py index a801475..f41edc9 100755 --- a/bin/changewifisettings.py +++ b/bin/changewifisettings.py @@ -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():