From: Siraaj Khandkar Date: Fri, 3 Aug 2018 17:09:24 +0000 (-0400) Subject: Fix khatus_sensor_bluetooth_power X-Git-Url: https://git.xandkar.net/?p=khatus.git;a=commitdiff_plain;h=7d0bc176b0b89d69e4013f770aa47b01f27d7623 Fix khatus_sensor_bluetooth_power -e option is not available in dash's echo --- diff --git a/bin/khatus_sensor_bluetooth_power b/bin/khatus_sensor_bluetooth_power index 7810f7a..f051e71 100755 --- a/bin/khatus_sensor_bluetooth_power +++ b/bin/khatus_sensor_bluetooth_power @@ -4,4 +4,4 @@ set -e dir_bin="$1" -echo -e 'show \n quit' | bluetoothctl | "$dir_bin"/khatus_parse_bluetoothctl_show +echo 'show \n quit' | bluetoothctl | "$dir_bin"/khatus_parse_bluetoothctl_show