diff options
-rwxr-xr-x | .local/bin/dunst_espeak.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/dunst_espeak.sh b/.local/bin/dunst_espeak.sh index 4ec79c9..0bba156 100755 --- a/.local/bin/dunst_espeak.sh +++ b/.local/bin/dunst_espeak.sh @@ -1,4 +1,4 @@ -#!/usr/local/bin/dash +#!/bin/sh [ "$5" = "LOW" ] && exit [ "$3" ] || exit |