Skip to content

Commit

Permalink
FIXUP: run_host_command_logged removes quotation marks
Browse files Browse the repository at this point in the history
This breaks the udev rule

Signed-off-by: Patrick Yavitz <pyavitz@armbian.com>
  • Loading branch information
Patrick Yavitz authored and pyavitz committed Aug 13, 2024
1 parent 6a89c88 commit 74c507c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/boards/gateway-gz80x.conf
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ function post_config_uboot_target__extra_configs_for_gateway_gz80x() {
}

function post_family_tweaks_bsp__gateway_gz80x_udev() {
run_host_command_logged mkdir -p "${destination}"/etc/udev/rules.d
mkdir -p "${destination}"/etc/udev/rules.d
display_alert "$BOARD" "Install zwave udev rule" "info"
run_host_command_logged echo 'KERNEL=="ttyAML2", NAME="tts/%n", SYMLINK+="zwave", GROUP="dialout", MODE="0660"' > "${destination}"/etc/udev/rules.d/10-zwave.rules
echo 'KERNEL=="ttyAML2", NAME="tts/%n", SYMLINK+="zwave", GROUP="dialout", MODE="0660"' > "${destination}"/etc/udev/rules.d/10-zwave.rules
}

0 comments on commit 74c507c

Please sign in to comment.