[X2Go-Commits] [x2goserver] 01/01: x2goumount-session: typo fix
git-admin at x2go.org
git-admin at x2go.org
Wed Oct 8 06:07:10 CEST 2014
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to branch release/4.0.1.x
in repository x2goserver.
commit ce120ea122649f77a3f3bf53587d6b654dd2a9ed
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Wed Oct 8 06:06:58 2014 +0200
x2goumount-session: typo fix
---
x2goserver/bin/x2goumount-session | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x2goserver/bin/x2goumount-session b/x2goserver/bin/x2goumount-session
index 2d562eb..d2f8027 100755
--- a/x2goserver/bin/x2goumount-session
+++ b/x2goserver/bin/x2goumount-session
@@ -242,7 +242,7 @@ break:
my @desktop_file_content=<DF>;
close(DF);
- if ( @desktop_file_content[1] =~ m/$session\/ ) {
+ if ( @desktop_file_content[1] =~ m/$session/ ) {
syslog('info', "removing desktop icon ,,$desktop_dir/$desktop_file''");
unlink("$desktop_dir/$desktop_file");
}
--
Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goserver.git
More information about the x2go-commits
mailing list