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