[X2Go-Commits] x2gothinclient.git - master (branch) updated: 1.1.0.0-33-g0c6f831

X2Go dev team git-admin at x2go.org
Thu Nov 21 09:43:42 CET 2013


The branch, master has been updated
       via  0c6f8313bdc6e5e575f0e9c535cd67ae18db8c52 (commit)
      from  dce1c9460dc142946ee916c96089744f48d833d9 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 0c6f8313bdc6e5e575f0e9c535cd67ae18db8c52
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Thu Nov 21 09:43:20 2013 +0100

    fix for commit 808b5e7

-----------------------------------------------------------------------

Summary of changes:
 x2gousbmount/x2gousbmount |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

The diff of changes is:
diff --git a/x2gousbmount/x2gousbmount b/x2gousbmount/x2gousbmount
index 28985ca..fcdb2e6 100755
--- a/x2gousbmount/x2gousbmount
+++ b/x2gousbmount/x2gousbmount
@@ -43,7 +43,7 @@ if ( check_x2gothinclientd() )
 	my $ldev=@ldev[@ldev-1];
 	my $mntdir;
 	if ( -d expand_user("~/mounts")) {
-		$mntdir=expand_user("~/run");
+		$mntdir=expand_user("~/mounts");
 	} elsif ( -d "/var/run" ) {
 		$mntdir="/var/run";
 	} elsif ( -d "/run" ) {


hooks/post-receive
-- 
x2gothinclient.git (X2Go Thin Client Environment)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "x2gothinclient.git" (X2Go Thin Client Environment).




More information about the x2go-commits mailing list