[X2Go-Commits] [live-build-x2go] 19/26: typofix

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


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

x2go pushed a commit to branch feature/openbox-stretch
in repository live-build-x2go.

commit dcc943dd673c543ea7b18193ee7e0bbe0ea222da
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 11f0ec9..8b0da8e 100755
--- a/config/includes.chroot/lib/live/config/2900-x2go-thinclientconfig
+++ b/config/includes.chroot/lib/live/config/2900-x2go-thinclientconfig
@@ -236,7 +236,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