[X2Go-Commits] [live-build-x2go] 24/59: typofix

git-admin at x2go.org git-admin at x2go.org
Mon Nov 28 19:34:52 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
in repository live-build-x2go.

commit a556694299529ab230f73a2e5a74a147addf68e9
Author: Stefan Baur (BAUR-ITCS) <kontakt at baur-itcs.de>
Date:   Fri Jun 19 17:38:41 2020 +0000

    typofix
---
 .../lib/live/config/0049-sysvinit-with-systemd-workaround               | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config/includes.chroot/lib/live/config/0049-sysvinit-with-systemd-workaround b/config/includes.chroot/lib/live/config/0049-sysvinit-with-systemd-workaround
index 5b9a8fd..b7561e6 100755
--- a/config/includes.chroot/lib/live/config/0049-sysvinit-with-systemd-workaround
+++ b/config/includes.chroot/lib/live/config/0049-sysvinit-with-systemd-workaround
@@ -2,6 +2,6 @@
 # this file is a workaround for https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=963146
 # it may safely be removed once this bug has been dealt with.
 SYSTEMCTL_PATH=$(which systemctl)
-if ! [-d  /run/systemd/system ] && [ -n "$SYSTEMCTL_PATH" ]; then
+if ! [ -d /run/systemd/system ] && [ -n "$SYSTEMCTL_PATH" ]; then
 	chmod -x $SYSTEMCTL_PATH
 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