[X2Go-Commits] [live-build-x2go] 29/47: typofix

git-admin at x2go.org git-admin at x2go.org
Wed Jan 24 18:21:49 CET 2018


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

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

commit 19fc818c1b8992930fd046f8e92253bad6935afd
Author: Stefan Baur (BAUR-ITCS) <kontakt at baur-itcs.de>
Date:   Mon Jan 15 02:55:20 2018 +0100

    typofix
---
 config/includes.chroot/lib/live/config/2900-x2go-thinclientconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config/includes.chroot/lib/live/config/2900-x2go-thinclientconfig b/config/includes.chroot/lib/live/config/2900-x2go-thinclientconfig
index 0a549a7..916ce16 100755
--- a/config/includes.chroot/lib/live/config/2900-x2go-thinclientconfig
+++ b/config/includes.chroot/lib/live/config/2900-x2go-thinclientconfig
@@ -181,7 +181,7 @@ if [ -n "\$BLANKINGTIME" ]; then
 	if [ \${DPMSARR[0]} -eq 0 ]; then
 		# Disable screensaver and DPMS Power Saving if requested
 		xset s off
-		if ! grep -q '\W*nodpms\W*' /proc/cmdline; then
+		if grep -q '\W*nodpms\W*' /proc/cmdline; then
 			xset -dpms
 		fi
 	else

--
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