From 83b29a45e715574b90c480ac9f2916b9e661e865 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Sat, 2 Apr 2016 01:16:11 +0200 Subject: Print PDF_URL and PDF_FILE on script startup. --- bin/impressive-display | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin') diff --git a/bin/impressive-display b/bin/impressive-display index 4eb9f34..dd4e891 100755 --- a/bin/impressive-display +++ b/bin/impressive-display @@ -432,13 +432,13 @@ function create_lock { if [ -n "$PDF_URL" ]; then - echo "INFO: PDF_URL is configured. Using PDF file from given URL." + echo "INFO: PDF_URL is configured. Using PDF file from given URL: $PDF_URL" create_lock download_loop elif [ -n "$PDF_FILE" ]; then - echo "INFO: PDF_FILE is configured. Using local PDF." + echo "INFO: PDF_FILE is configured. Using local PDF file: $PDF_FILE" create_lock local_pdffile -- cgit v1.2.3