Skip to content

Commit 05895f6

Browse files
committed
Update radxa-e54c.conf fix sed quotes
1 parent 8baf3c5 commit 05895f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

config/boards/radxa-e54c.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,5 +79,5 @@ function post_post_debootstrap_tweaks__radxa_e54c_wan_fix() {
7979

8080
# Boards ethernet interfaces are lan1, lan2, lan3 and wan
8181
# wan is not detected by pattern "wan[0-9]*" so replace with "wan" if it exists (only in netplan builds)
82-
sed -i 's/wan\[0-9\]\*/wan/g' ${SDCARD}/etc/netplan/10-dhcp-all-interfaces.yaml
82+
sed -i 's/wan\[0-9\]\*/wan/g' "${SDCARD}/etc/netplan/10-dhcp-all-interfaces.yaml"
8383
}

0 commit comments

Comments
 (0)