Update .boot-script.sh
This commit is contained in:
parent
87bd0af34e
commit
ad5f621d1b
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/sh
|
#!/bin/bash
|
||||||
## Network
|
## Network
|
||||||
#NIC Config
|
#NIC Config
|
||||||
interface=$(/sbin/ip -o -4 route show to default | awk '{print $5}')
|
interface=$(/sbin/ip -o -4 route show to default | awk '{print $5}')
|
||||||
|
|
Loading…
Reference in New Issue