From dab00786c3b0821f0a309fb4d59224bdd12d045c Mon Sep 17 00:00:00 2001 From: Patrick Date: Mon, 18 Nov 2024 21:05:35 +0100 Subject: [PATCH] fully fixed --- installation/static_ip.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/installation/static_ip.sh b/installation/static_ip.sh index 352e720..5b330cd 100755 --- a/installation/static_ip.sh +++ b/installation/static_ip.sh @@ -7,3 +7,5 @@ iface $1 inet static gateway 192.168.1.0" echo -e "$config" | sudo tee /etc/network/interfaces.d/network >/dev/null + +systemctl restart networking