Fix khatus_sensor_bluetooth_power
authorSiraaj Khandkar <siraaj@khandkar.net>
Fri, 3 Aug 2018 17:09:24 +0000 (13:09 -0400)
committerSiraaj Khandkar <siraaj@khandkar.net>
Fri, 3 Aug 2018 17:09:24 +0000 (13:09 -0400)
-e option is not available in dash's echo

bin/khatus_sensor_bluetooth_power

index 7810f7a..f051e71 100755 (executable)
@@ -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
This page took 0.017205 seconds and 4 git commands to generate.