[X2Go-Commits] [live-build-x2go] 89/166: no timestamp here, as clock is most likely wrong
    git-admin at x2go.org 
    git-admin at x2go.org
       
    Mon Nov 20 02:16:53 CET 2017
    
    
  
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to branch feature/mate-minidesktop
in repository live-build-x2go.
commit 6b5b4c976234026c96ffc8449a11ff27a9e589a9
Author: Stefan Baur (BAUR-ITCS) <kontakt at baur-itcs.de>
Date:   Sun Jul 23 14:59:18 2017 +0200
    no timestamp here, as clock is most likely wrong
---
 config/includes.chroot/lib/live/config/2000-waitforvts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config/includes.chroot/lib/live/config/2000-waitforvts b/config/includes.chroot/lib/live/config/2000-waitforvts
index 8d558e6..43fca6d 100755
--- a/config/includes.chroot/lib/live/config/2000-waitforvts
+++ b/config/includes.chroot/lib/live/config/2000-waitforvts
@@ -13,7 +13,7 @@ export TERM=linux;
 
 # wait until terminal is available
 while ! [ -c /dev/tty$(fgconsole -n) ] ; do
-	echo -en "\n\$(date +'%F | %T | ')'\$0' is waiting for an unused VT to become available."
+	echo -en "\n'\$0' is waiting for an unused VT to become available."
 	sleep 2
 done
 
--
Alioth's /srv/git/code.x2go.org/live-build-x2go.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/live-build-x2go.git
    
    
More information about the x2go-commits
mailing list