Skip to content

Commit b8c71ef

Browse files
committed
add proxy setting
1 parent 7b2a818 commit b8c71ef

File tree

7 files changed

+1381
-1277
lines changed

7 files changed

+1381
-1277
lines changed

files/initrd/opt/rr/init.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ for ETH in ${ETHX}; do
6868
ip addr add ${IPC}/24 dev ${ETH}
6969
sleep 1
7070
fi
71-
ethtool -s ${ETH} wol g 2>/dev/null
71+
[ "${ETH::3}" = "eth" ] && ethtool -s ${ETH} wol g 2>/dev/null
7272
done
7373

7474
# Get the VID/PID if we are in USB

0 commit comments

Comments
 (0)