summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanielsLPecke <daniel.letsplay007@gmail.com>2016-11-10 13:09:27 +0100
committerDanielsLPecke <daniel.letsplay007@gmail.com>2016-11-10 13:09:27 +0100
commite53887277608f07af431efbc2d6375287564c6ae (patch)
treedf75611c07b024b4ca6690b2a22f108dea2794a8
parentd2a3efbd39e2defc64228e8207599f51937ebfd8 (diff)
downloadimpressive-display-e53887277608f07af431efbc2d6375287564c6ae.tar.gz
impressive-display-e53887277608f07af431efbc2d6375287564c6ae.tar.bz2
impressive-display-e53887277608f07af431efbc2d6375287564c6ae.zip
Correct usage of var 'PRIMARY_DISPLAYS' (was: 'PRIMARIES_TERMINAL').
-rwxr-xr-xbin/impressive-display4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/impressive-display b/bin/impressive-display
index 5184feb..f31c429 100755
--- a/bin/impressive-display
+++ b/bin/impressive-display
@@ -151,8 +151,8 @@ PDF_URL_CREDS="$PDF_URL_SECONDARIES_CREDS"
PDF_FILE="$PDF_FILE_SECONDARIES"
RESOLUTION="$SLAVE_RESOLUTION"
-for primary_terminal in $PRIMARIES_TERMINALS; do
- if [ "x$(hostname -f)" = "x$primary_terminal" ]; then
+for primary_display in $PRIMARY_DISPLAYS; do
+ if [ "x$(hostname -f)" = "x$primary_display" ]; then
PDF_URL="$PDF_URL_PRIMARIES"
PDF_URL_CREDS="$PDF_URL_PRIMARIES_CREDS"
PDF_FILE="$PDF_FILE_PRIMARIES"