summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/impressive-display2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/impressive-display b/bin/impressive-display
index a5250d0..2ddbc4f 100755
--- a/bin/impressive-display
+++ b/bin/impressive-display
@@ -90,7 +90,7 @@ if [ -r $HOME/.impressive-display/config ] && [ ! -d $HOME/.impressive-display/c
. $HOME/.impressive-display/config
fi
-if [ "x$LOG_TO_SYSLOG" = "xyes"]; then
+if [ "x$LOG_TO_SYSLOG" = "xyes" ]; then
OUTPUT="logger -t impressive-display"
else
OUTPUT="echo"