[X2Go-Commits] [live-build-x2go] 90/160: more typofixes
    git-admin at x2go.org 
    git-admin at x2go.org
       
    Sat Nov 18 01:55:46 CET 2017
    
    
  
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to branch feature/openbox
in repository live-build-x2go.
commit 6631e55bcb49f78acec41d3596da0997324b167d
Author: Stefan Baur (BAUR-ITCS) <kontakt at baur-itcs.de>
Date:   Tue Jul 25 16:29:15 2017 +0200
    more typofixes
---
 config/includes.chroot/lib/live/config/2100-show-sysconf | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/config/includes.chroot/lib/live/config/2100-show-sysconf b/config/includes.chroot/lib/live/config/2100-show-sysconf
index 0e0d48c..0839c77 100755
--- a/config/includes.chroot/lib/live/config/2100-show-sysconf
+++ b/config/includes.chroot/lib/live/config/2100-show-sysconf
@@ -42,8 +42,8 @@ fi
 
 	if grep -q findiso /proc/cmdline ; then
 		BOOTEDENV=\$(basename \$(dirname \$(cat /proc/cmdline | tr " " "\n" | awk -F'=' ' \$1 == "findiso" { print \$2 }')))
-		echo "- Booted Environment: $BOOTEDENV" >> /etc/issue
-		echo "- Booted Environment: $BOOTEDENV" >> /etc/issue.net
+		echo "- Booted Environment: \$BOOTEDENV" >> /etc/issue
+		echo "- Booted Environment: \$BOOTEDENV" >> /etc/issue.net
 	fi
 
 	if [ -d /lib/live/mount/rootfs/filesystem.squashfs/lib ] ; then
--
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