Add missing `it`

This commit is contained in:
decentral1se 2021-03-18 18:54:53 +01:00
parent c5ccfa0fa1
commit 390e918417
Signed by: decentral1se
GPG Key ID: 92DAD76BD9567B8A
1 changed files with 1 additions and 1 deletions

2
abra
View File

@ -1603,7 +1603,7 @@ sub_server_init() {
load_context
# Note(decentral1se): it sucks to use Google DNS but seems like a reliable method
# Note(decentral1se): it sucks to use Google DNS but it seems like a reliable method
# for determining the default IPv4 address especially nowadays
# when there are often multiple internal addresses assigned to eth0
default_ipv4="$(ip route get 8.8.8.8 | head -1 | awk '{print $7}')"