]> git.vanrenterghem.biz Git - elgato-keylight-script.git/commitdiff
Remove useless echo
authorJonas Werme <jonas.werme@hoofbite.com>
Fri, 7 Jan 2022 06:44:29 +0000 (07:44 +0100)
committerJonas Werme <jonas.werme@hoofbite.com>
Fri, 7 Jan 2022 06:44:29 +0000 (07:44 +0100)
keylights.sh

index cfd20b6a8c541b40a795becae5ad9fc4687bab44..be1f132c9ac9b3a0e203423a19dd0e8e7bc63845 100755 (executable)
@@ -260,7 +260,7 @@ set_state() {
     if [[ ${#updated[*]} -gt 0 ]]; then
         n="Turned $state ${#updated[@]} lights:\n\n"
         for i in "${updated[@]}"; do
-            n+=$(echo "$i\n")
+            n+="$i\n"
         done
         notify "$n"