diff options
-rwxr-xr-x | bin/impressive-display | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/impressive-display b/bin/impressive-display index 821318c..5ef5ba5 100755 --- a/bin/impressive-display +++ b/bin/impressive-display @@ -33,7 +33,6 @@ # texlive-extra-utils (for pdfnup) # poppler-utils (for pdfinfo) - VERSION="0.2.990" # Can be configured at "/etc/default/impressive-display" @@ -448,6 +447,8 @@ function create_lock { ### MAIN ### +clear + $OUTPUT "INFO: IMPRESSIVE Display (version $VERSION)" $OUTPUT "INFO: HOSTNAME set to: $THIS_HOSTNAME" |