diff options
| author | DanielsLPecke <daniel.letsplay007@gmail.com> | 2016-11-14 11:51:02 +0100 | 
|---|---|---|
| committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2016-11-14 14:48:08 +0100 | 
| commit | 195648efed7d434fbe9b43af942824bf44a73286 (patch) | |
| tree | c7e9c3f7e6daff5f3da5a9500a57527ed7decdae | |
| parent | 1cd51d1f7c1ff7403f3d17be488a4eb6163bca95 (diff) | |
| download | impressive-display-195648efed7d434fbe9b43af942824bf44a73286.tar.gz impressive-display-195648efed7d434fbe9b43af942824bf44a73286.tar.bz2 impressive-display-195648efed7d434fbe9b43af942824bf44a73286.zip | |
Clear screen on script startup
| -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" | 
