Skip to content

Commit 679c4b1

Browse files
committed
dietpi-patches: prevent last lost line in dialog
1 parent 52fcdc2 commit 679c4b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.update/patches

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2371,7 +2371,7 @@ Patch_10_3()
23712371
G_WHIP_BUTTON_OK_TEXT='Yes' G_WHIP_BUTTON_CANCEL_TEXT='Skip' G_WHIP_YESNO "[ INFO ] Latest kernel swapped eth0 and eth1 network interfaces
23722372
\nAs a result of a commit in Linux 6.18.17, the network interface names eth0 and eth1 will swap with the applied kernel upgrade. Hence either the Ethernet cable(s) need to be swapped, or the interface names in configuration files.
23732373
\nShall we swap the interface names in the following known config file(s) automatically now if found?
2374-
\n$(find -L /etc/network/interfaces{,.d/*} /etc/default/isc-dhcp-server /etc/iptables.ipv[46].nat /etc/wireguard/wg0.conf -type f 2> /dev/null)"
2374+
\n$(find -L /etc/network/interfaces{,.d/*} /etc/default/isc-dhcp-server /etc/iptables.ipv[46].nat /etc/wireguard/wg0.conf -type f 2> /dev/null)\n"
23752375
then
23762376
for i in /etc/network/interfaces{,.d/*} /etc/default/isc-dhcp-server /etc/iptables.ipv[46].nat /etc/wireguard/wg0.conf
23772377
do

0 commit comments

Comments
 (0)