This commit is contained in:
Hans Karlinius
2024-11-29 14:58:10 +01:00
parent 79b77f11b6
commit bddddd1127
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
#!/command/with-contenv bashio
/usr/bin/vhclient -t LIST | grep '-->'
/usr/bin/vhclient -t list|awk '{ if ($1 ~ /-->/) { print substr($0, 8, index($0, ")") - 7 ) } }'