This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2gothinclient. from 505811b Merge branch 'stefanbaur-master-patch-96260' into 'master' new 0de6d29 management/share/etc/x2gothinclient_init.d/010_x2gothinclient-fresh-home - typofix as discussed with @sunweaver new b02bc95 Merge branch 'stefanbaur-master-patch-59776' into 'master' The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: .../share/etc/x2gothinclient_init.d/010_x2gothinclient-fresh-home | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gothinclient.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gothinclient. commit b02bc9525f63d152c4c5d4d0983b6934e88d2716 Merge: 505811b 0de6d29 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Wed Jan 31 07:31:56 2024 +0000 Merge branch 'stefanbaur-master-patch-59776' into 'master' management/share/etc/x2gothinclient_init.d/010_x2gothinclient-fresh-home - typofix See merge request x2go/x2gothinclient!3 .../share/etc/x2gothinclient_init.d/010_x2gothinclient-fresh-home | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gothinclient.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gothinclient. commit 0de6d29469b56c06e5612caeb65dad01bb6b7b2c Author: Stefan Baur <x2go-ml-1@baur-itcs.de> Date: Tue Jan 30 14:08:22 2024 +0000 management/share/etc/x2gothinclient_init.d/010_x2gothinclient-fresh-home - typofix as discussed with @sunweaver --- .../share/etc/x2gothinclient_init.d/010_x2gothinclient-fresh-home | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/management/share/etc/x2gothinclient_init.d/010_x2gothinclient-fresh-home b/management/share/etc/x2gothinclient_init.d/010_x2gothinclient-fresh-home index 2417a24..fd12e7b 100755 --- a/management/share/etc/x2gothinclient_init.d/010_x2gothinclient-fresh-home +++ b/management/share/etc/x2gothinclient_init.d/010_x2gothinclient-fresh-home @@ -20,7 +20,7 @@ # Free Software Foundation, Inc., # 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. -if [ -z "$X2GO_HANDLE_DAEMON" ]; then +if [ -z "$X2GO_HANDLE_DAEMONS" ]; then mkdir -p ~x2gothinclient mkdir -p ~x2gothinclient/.x2goclient if [ -e /etc/x2go/x2gothinclient_sessions ]; then -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gothinclient.git