[X2Go-Commits] [live-build-x2go] 66/166: Variable name was wrong in	one place
    git-admin at x2go.org 
    git-admin at x2go.org
       
    Mon Nov 20 02:16:49 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 b247ec4c1a07ba831541f8d3e51cc9dbb89e29ad
Author: Stefan Baur (BAUR-ITCS) <kontakt at baur-itcs.de>
Date:   Fri Jul 21 21:53:40 2017 +0200
    Variable name was wrong in one place
---
 config/includes.chroot/lib/live/config/2150-getsshpubkeysfromserver | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config/includes.chroot/lib/live/config/2150-getsshpubkeysfromserver b/config/includes.chroot/lib/live/config/2150-getsshpubkeysfromserver
index d73dcf1..217ce24 100755
--- a/config/includes.chroot/lib/live/config/2150-getsshpubkeysfromserver
+++ b/config/includes.chroot/lib/live/config/2150-getsshpubkeysfromserver
@@ -30,7 +30,7 @@ export TERM=linux;
 	touch /root/.ssh/authorized_keys
 	chmod 600 /root/.ssh/authorized_keys
 
-	if echo "$PUBKEY" | grep -q "^tftp://" ; then
+	if echo "$PUBKEYURL" | grep -q "^tftp://" ; then
 		PUBKEYSERVER=$(echo "$PUBKEYURL" | sed 's#^tftp://\([^/]*\)/.*$#\1#' )
 		PUBKEYPATH=$(echo "$PUBKEYURL" | sed 's#^tftp://[^/]*/\(.*\)$#\1#' )
 		if [ -n "$PUBKEYSERVER" ] && [ -n "$PUBKEYPATH" ] ; 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