Added ifupdown-wait-online

This commit is contained in:
AwesomeAdam54321 2021-06-07 03:12:36 +02:00
parent 6592fdd994
commit ec623d981c
2 changed files with 4 additions and 0 deletions

Binary file not shown.

View file

@ -0,0 +1,4 @@
#!/bin/sh -e
test -x /sbin/ifup
/lib/ifupdown/wait-online.sh
exec pause