[X2Go-Commits] [x2gobroker] 01/02: debian/x2gobroker-loadchecker.postinst: Do chown/chmod on the correct file (not authservice.log, but loadchecker.log).

git-admin at x2go.org git-admin at x2go.org
Thu May 3 10:43:46 CEST 2018


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

x2go pushed a commit to branch master
in repository x2gobroker.

commit 71231a15cd97d67d3b52db2a14dd25024e6a3f5d
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Thu May 3 10:43:03 2018 +0200

    debian/x2gobroker-loadchecker.postinst: Do chown/chmod on the correct file (not authservice.log, but loadchecker.log).
---
 debian/x2gobroker-loadchecker.postinst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/x2gobroker-loadchecker.postinst b/debian/x2gobroker-loadchecker.postinst
index c2f42ce..b3f2bb4 100755
--- a/debian/x2gobroker-loadchecker.postinst
+++ b/debian/x2gobroker-loadchecker.postinst
@@ -55,7 +55,7 @@ case "$1" in
 		fi
 
 		mkdir -p /var/log/x2gobroker && chown x2gobroker:adm /var/log/x2gobroker && chmod 2755 /var/log/x2gobroker
-		touch /var/log/x2gobroker/authservice.log && chown x2gobroker:adm /var/log/x2gobroker/authservice.log
+		touch /var/log/x2gobroker/loadchecker.log && chown x2gobroker:adm /var/log/x2gobroker/loadchecker.log
 		touch /var/log/x2gobroker/error.log && chown x2gobroker:adm /var/log/x2gobroker/error.log
 		;;
 

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


More information about the x2go-commits mailing list