From 5d8aaa728bde93b612a02139042e2e24924a359f Mon Sep 17 00:00:00 2001 From: admManuel Date: Sun, 16 Jun 2024 19:57:00 +0000 Subject: [PATCH] Update Proxmox/ThunderboltNetwork.md --- Proxmox/ThunderboltNetwork.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Proxmox/ThunderboltNetwork.md b/Proxmox/ThunderboltNetwork.md index e9255e1..bd02f0f 100644 --- a/Proxmox/ThunderboltNetwork.md +++ b/Proxmox/ThunderboltNetwork.md @@ -25,6 +25,7 @@ Adjust the `/etc/network/interfaces`. Remove any section that belongs to any aut ```python sed -i '/^source \/etc\/network\/interfaces\.d\/\*$/d' /etc/network/interfaces +sed '${/^$/d;}' /etc/network/interfaces > temp.txt && mv temp.txt /etc/network/interfaces nano /etc/network/interfaces ```