[X2Go-Commits] [live-build-x2go] 58/167: added debug output

git-admin at x2go.org git-admin at x2go.org
Sat Nov 18 00:32:41 CET 2017


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch feature/openbox-magic-pixel-workaround
in repository live-build-x2go.

commit 56b5252dc4baa68f3794a40a1ac29cb37b120de0
Author: Stefan Baur (BAUR-ITCS) <kontakt at baur-itcs.de>
Date:   Mon Jul 24 00:18:54 2017 +0200

    added debug output
---
 config/includes.chroot/lib/live/config/2000-settime | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/config/includes.chroot/lib/live/config/2000-settime b/config/includes.chroot/lib/live/config/2000-settime
index ba16b24..e41b57f 100755
--- a/config/includes.chroot/lib/live/config/2000-settime
+++ b/config/includes.chroot/lib/live/config/2000-settime
@@ -15,11 +15,14 @@ if [ "\$METHOD" = loopback ]; then
         exit 0
 fi
 
-(
+(	
 	while ! [ -c /dev/tty8 ] ; do
 		echo -en "\n'\$0' is waiting for tty8 to become available."
 		sleep 2
 	done
+
+	echo -en "\n'\$0': DEBUG: METHOD is '\$METHOD', IFACE is '\$IFACE'." | tee -a /dev/tty8
+
 	while [ -z "\$(hostname -I)" ] ; do
 		echo -en "\n'\$0' is waiting for a client IP." | tee -a /dev/tty8
 		sleep 2

--
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