mirror of
https://github.com/AuxXxilium/arc.git
synced 2026-09-03 06:36:32 +08:00
@@ -199,8 +199,9 @@ IPCON=""
|
||||
echo -e "\033[1;37mDetected ${ETHN} NIC:\033[0m"
|
||||
echo
|
||||
|
||||
[ ! -f /var/run/dhcpcd/pid ] && /etc/init.d/S41dhcpcd restart >/dev/null 2>&1 && sleep 3 || true
|
||||
[ ! -f /var/run/dhttpd/pid ] && /etc/init.d/S90thttpd restart >/dev/null 2>&1 && sleep 3 || true
|
||||
[ ! -f /var/run/dhcpcd/pid ] && /etc/init.d/S41dhcpcd restart >/dev/null 2>&1 || true
|
||||
[ ! -f /var/run/thttpd.pid ] && /etc/init.d/S90thttpd restart >/dev/null 2>&1 || true
|
||||
sleep 3
|
||||
checkNIC
|
||||
echo
|
||||
|
||||
|
||||
Reference in New Issue
Block a user