diff options
author | DanielsLPecke <daniel.letsplay007@gmail.com> | 2016-11-14 13:53:16 +0100 |
---|---|---|
committer | DanielsLPecke <daniel.letsplay007@gmail.com> | 2016-11-14 13:53:16 +0100 |
commit | d130045908884c6e698906dbc33866eba6d9e9c4 (patch) | |
tree | d58e91f8f2e08df9fb3956bb5569abfb06d352b9 | |
parent | 3d188c7ffd2ae386ef2c2f711a0ae9eef0f68e69 (diff) | |
download | impressive-display-feature/multidisplaysupport.tar.gz impressive-display-feature/multidisplaysupport.tar.bz2 impressive-display-feature/multidisplaysupport.zip |
rebase: change clear positionfeature/multidisplaysupport
-rwxr-xr-x | bin/impressive-display | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/impressive-display b/bin/impressive-display index bad2817..574b970 100755 --- a/bin/impressive-display +++ b/bin/impressive-display @@ -32,7 +32,6 @@ # x11-xserver-utils # texlive-extra-utils (for pdfnup) # poppler-utils (for pdfinfo) -clear VERSION="0.3.0" # Can be configured at "/etc/default/impressive-display" @@ -437,7 +436,7 @@ function create_lock { } ### MAIN ### - +clear $OUTPUT "INFO: IMPRESSIVE Display (version $VERSION)" $OUTPUT "INFO: HOSTNAME set to: $THIS_HOSTNAME" |