This commit is contained in:
Hans Karlinius
2024-12-01 05:10:40 +01:00
parent 04d7da8b91
commit ce84af66b0
7 changed files with 12 additions and 9 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
#!/command/with-contenv bashio
/usr/bin/vhclient -t list|awk '{ if ($1 ~ /-->/) { print substr($0, 8, index($0, ")") - 7 ) } }'
/usr/bin/vhclient -t list | awk '{ if ($1 ~ /-->/) { print substr($0, 8, index($0, ")") - 7 ) } }'
+3
View File
@@ -0,0 +1,3 @@
#!/command/with-contenv bashio
/usr/bin/vhclient -t list | awk '{ if ($1 ~ /\*-->/) { print substr($0, 8, index($0, ")") - 7 ) } }'