[X2Go-Commits] [live-build-x2go] 25/44: path was wrong

git-admin at x2go.org git-admin at x2go.org
Mon Nov 28 19:37:15 CET 2022


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch feature/openbox-magic-pixel-workaround-buster-heuler
in repository live-build-x2go.

commit 45d2b206337771badfbcc32a0229a7d8271afdeb
Author: Stefan Baur (BAUR-ITCS) <kontakt at baur-itcs.de>
Date:   Thu Jun 25 03:51:58 2020 +0200

    path was wrong
---
 config/includes.chroot/etc/network/if-up.d/0410-getbranding | 2 +-
 config/includes.chroot/etc/network/if-up.d/0420-getbg       | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/config/includes.chroot/etc/network/if-up.d/0410-getbranding b/config/includes.chroot/etc/network/if-up.d/0410-getbranding
index f1df6b4..ad72d94 100755
--- a/config/includes.chroot/etc/network/if-up.d/0410-getbranding
+++ b/config/includes.chroot/etc/network/if-up.d/0410-getbranding
@@ -44,7 +44,7 @@ if [ -n "$BRANDINGURL" ] ; then
 			ln $BRANDINGDESTINATION /etc/x2go/x2gothinclient_branding.svg
 			if [ -s /etc/x2go/x2gothinclient-minidesktop_start ] ; then
 				if ! grep -q -- "--branding" /etc/x2go/x2gothinclient-minidesktop_start ; then
-					sed -e '\#^/usr/lib/x2goclient#a \\t\t\t --branding="/etc/x2go/x2gothinclient_branding.svg" \\' -i /etc/x2go/x2gothinclient-minidesktop_start
+					sed -e '\#^/usr/lib/x2go/x2goclient#a \\t\t\t --branding="/etc/x2go/x2gothinclient_branding.svg" \\' -i /etc/x2go/x2gothinclient-minidesktop_start
 				fi
 			fi
 		fi
diff --git a/config/includes.chroot/etc/network/if-up.d/0420-getbg b/config/includes.chroot/etc/network/if-up.d/0420-getbg
index b37c251..a06a017 100755
--- a/config/includes.chroot/etc/network/if-up.d/0420-getbg
+++ b/config/includes.chroot/etc/network/if-up.d/0420-getbg
@@ -44,7 +44,7 @@ if [ -n "$BGURL" ] ; then
 			ln $BGDESTINATION /etc/x2go/x2gothinclient_bg.svg
 			if [ -s /etc/x2go/x2gothinclient-minidesktop_start ] ; then
 				if ! grep -q -- "--background" /etc/x2go/x2gothinclient-minidesktop_start ; then
-					sed -e '\#^/usr/lib/x2goclient#a \\t\t\t --background="/etc/x2go/x2gothinclient_bg.svg" \\' -i /etc/x2go/x2gothinclient-minidesktop_start
+					sed -e '\#^/usr/lib/x2go/x2goclient#a \\t\t\t --background="/etc/x2go/x2gothinclient_bg.svg" \\' -i /etc/x2go/x2gothinclient-minidesktop_start
 				fi
 			fi
 		fi

--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/live-build-x2go.git


More information about the x2go-commits mailing list