[X2Go-Commits] [x2gobroker] 01/02: mini/x2gobroker-ssh-mini: typo fix referencing PORT variable.
git-admin at x2go.org
git-admin at x2go.org
Thu Mar 28 18:57:32 CET 2024
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to branch master
in repository x2gobroker.
commit 78948758930e2412d6411fb9dde9e5007e6dcafe
Author: Stefan Baur <x2go-ml-1 at baur-itcs.de>
Date: Thu Mar 28 12:10:01 2024 +0000
mini/x2gobroker-ssh-mini: typo fix referencing PORT variable.
---
debian/changelog | 4 ++++
mini/x2gobroker-ssh-mini | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index cf63589..3b07430 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -17,6 +17,10 @@ x2gobroker (0.0.4.4-0x2go1) UNRELEASED; urgency=medium
* debian/x2gobroker-ssh-mini.insall:
+ Pick files as installed by Makefile.
+ [ Stefan Baur ]
+ * New upstream version (0.0.4.4):
+ - mini/x2gobroker-ssh-mini: typo fix referencing PORT variable.
+
-- Mike Gabriel <sunweaver at debian.org> Mon, 15 Nov 2021 15:33:29 +0100
x2gobroker (0.0.4.3-0x2go1) unstable; urgency=medium
diff --git a/mini/x2gobroker-ssh-mini b/mini/x2gobroker-ssh-mini
index 72ae898..a839393 100644
--- a/mini/x2gobroker-ssh-mini
+++ b/mini/x2gobroker-ssh-mini
@@ -139,7 +139,7 @@ elif (echo -e "$PARAMLIST" | grep -q -- '--task selectsession'); then
SERVER=$DEFAULTHOST
fi
- if [ -z "PORT" ]; then
+ if [ -z "${PORT}" ]; then
PORT=22
fi
--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gobroker.git
More information about the x2go-commits
mailing list